#B2773A

Color #B2773A Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #B2773A

Tints of Reno Sand #B2773A

Color information

#B2773A (or 0xB2773A) is unknown color: approx Reno Sand. HEX triplet: B2, 77 and 3A. RGB value is (178,119,58). Sum of RGB (Red+Green+Blue) = 178+119+58=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2773A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2773A is #4D88C5. Grayscale: #818181. Windows color (decimal): -5081286 or 3831730. OLE color: 3831730.

HSL color Cylindrical-coordinate representation of color #B2773A: hue angle of 30.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2773A is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB17811958-
CMYK00.330.670.30
HSL30.5º50.85%46.27%-
HSV(B)30.5º67.42%69.8%-
XYZ25.7222.967.08-
YUV129.6987.55162.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 58 (23.05% from 255) = 16.34%
R=50.14%
G=33.52%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781195800.330.670.3030.550.8546.27
HexB2773A021431E1e332e
Octal2621677204110336366356
Binary101100101110111111010010000110000111111011110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2773A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2773A; }

 p { color: rgb(178,119,58); }

 H1.HeaderClassName
 {
   color: #B2773A;
 }
 .AnyTagClassName
 {
   color: #B2773A;
 }
</style>
background-color css

<style>
 a { background-color: #B2773A; }

 a { background-color: rgb(178,119,58); }

 div.DivClassName
 {
   background-color: #B2773A;
 }
 .BgClassName
 {
   background-color: #B2773A;
 }
</style>
border-color css

<style>
 span { border-color: #B2773A; }

 span { border-color: rgb(178,119,58); }

 td.TdClassName
 {
   border-color: #B2773A;
 }
 .TagClassName
 {
   border-color: #B2773A;
 }
</style>