#B06431

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

Shades of Reno Sand #B06431

Tints of Reno Sand #B06431

Color information

#B06431 (or 0xB06431) is unknown color: approx Reno Sand. HEX triplet: B0, 64 and 31. RGB value is (176,100,49). Sum of RGB (Red+Green+Blue) = 176+100+49=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B06431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06431 is #4F9BCE. Grayscale: #757575. Windows color (decimal): -5217231 or 3237040. OLE color: 3237040.

HSL color Cylindrical-coordinate representation of color #B06431: hue angle of 24.09º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B06431 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB17610049-
CMYK00.430.720.31
HSL24.09º56.44%44.12%-
HSV(B)24.09º72.16%69.02%-
XYZ23.0218.575.28-
YUV116.9189.68170.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.15%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=54.15%
G=30.77%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761004900.430.720.3124.0956.4444.12
HexB0643102B481F18382c
Octal2601446105311037307054
Binary101100001100100110001010101110010001111111000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06431; }

 p { color: rgb(176,100,49); }

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

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

 a { background-color: rgb(176,100,49); }

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

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

 span { border-color: rgb(176,100,49); }

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