#B96C30

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

Shades of Reno Sand #B96C30

Tints of Reno Sand #B96C30

Color information

#B96C30 (or 0xB96C30) is unknown color: approx Reno Sand. HEX triplet: B9, 6C and 30. RGB value is (185,108,48). Sum of RGB (Red+Green+Blue) = 185+108+48=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C30 is #4693CF. Grayscale: #7C7C7C. Windows color (decimal): -4625360 or 3173561. OLE color: 3173561.

HSL color Cylindrical-coordinate representation of color #B96C30: hue angle of 26.28º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B96C30 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18510848-
CMYK00.420.740.27
HSL26.28º58.8%45.69%-
HSV(B)26.28º74.05%72.55%-
XYZ25.921.255.53-
YUV124.1885.01171.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.25%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 48 (19.14% from 255) = 14.08%
R=54.25%
G=31.67%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851084800.420.740.2726.2858.845.69
HexB96C3002A4A1B1a3b2e
Octal2711546005211233327356
Binary101110011101100110000010101010010101101111010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96C30; }

 p { color: rgb(185,108,48); }

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

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

 a { background-color: rgb(185,108,48); }

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

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

 span { border-color: rgb(185,108,48); }

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