#B06B26

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

Shades of Reno Sand #B06B26

Tints of Reno Sand #B06B26

Color information

#B06B26 (or 0xB06B26) is unknown color: approx Reno Sand. HEX triplet: B0, 6B and 26. RGB value is (176,107,38). Sum of RGB (Red+Green+Blue) = 176+107+38=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06B26 is #4F94D9. Grayscale: #787878. Windows color (decimal): -5215450 or 2517936. OLE color: 2517936.

HSL color Cylindrical-coordinate representation of color #B06B26: hue angle of 30º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B06B26 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17610738-
CMYK00.390.780.31
HSL30º64.49%41.96%-
HSV(B)30º78.41%69.02%-
XYZ23.5119.894.43-
YUV119.7681.86168.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.83%
GREEN value IS 107 (42.19% from 255) = 33.33%
BLUE value IS 38 (15.23% from 255) = 11.84%
R=54.83%
G=33.33%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761073800.390.780.313064.4941.96
HexB06B260274E1F1e402a
Octal26015346047116373610052
Binary1011000011010111001100100111100111011111111101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B26; }

 p { color: rgb(176,107,38); }

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

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

 a { background-color: rgb(176,107,38); }

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

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

 span { border-color: rgb(176,107,38); }

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