#BB6C38

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

Shades of Reno Sand #BB6C38

Tints of Reno Sand #BB6C38

Color information

#BB6C38 (or 0xBB6C38) is unknown color: approx Reno Sand. HEX triplet: BB, 6C and 38. RGB value is (187,108,56). Sum of RGB (Red+Green+Blue) = 187+108+56=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6C38 is #4493C7. Grayscale: #7D7D7D. Windows color (decimal): -4494280 or 3697851. OLE color: 3697851.

HSL color Cylindrical-coordinate representation of color #BB6C38: hue angle of 23.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB6C38 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18710856-
CMYK00.420.700.27
HSL23.82º53.91%47.65%-
HSV(B)23.82º70.05%73.33%-
XYZ26.5721.586.51-
YUV125.6988.67171.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.28%
GREEN value IS 108 (42.58% from 255) = 30.77%
BLUE value IS 56 (22.27% from 255) = 15.95%
R=53.28%
G=30.77%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871085600.420.700.2723.8253.9147.65
HexBB6C3802A461B183630
Octal2731547005210633306660
Binary101110111101100111000010101010001101101111000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6C38; }

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

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

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

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

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

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

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

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