#BB6C37

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

Shades of Reno Sand #BB6C37

Tints of Reno Sand #BB6C37

Color information

#BB6C37 (or 0xBB6C37) is unknown color: approx Reno Sand. HEX triplet: BB, 6C and 37. RGB value is (187,108,55). Sum of RGB (Red+Green+Blue) = 187+108+55=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6C37 is #4493C8. Grayscale: #7D7D7D. Windows color (decimal): -4494281 or 3632315. OLE color: 3632315.

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

Color convert

RGB18710855-
CMYK00.420.710.27
HSL24.09º54.55%47.45%-
HSV(B)24.09º70.59%73.33%-
XYZ26.5521.576.38-
YUV125.5888.17171.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 108 (42.58% from 255) = 30.86%
BLUE value IS 55 (21.88% from 255) = 15.71%
R=53.43%
G=30.86%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871085500.420.710.2724.0954.5547.45
HexBB6C3702A471B18372f
Octal2731546705210733306757
Binary101110111101100110111010101010001111101111000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6C37; }

 p { color: rgb(187,108,55); }

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

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

 a { background-color: rgb(187,108,55); }

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

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

 span { border-color: rgb(187,108,55); }

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