#bb5d2c

Color #BB5D2C Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #BB5D2C

Tints of Smoke Tree #BB5D2C

Color information

#BB5D2C (or 0xBB5D2C) is unknown color: approx Smoke Tree. HEX triplet: BB, 5D and 2C. RGB value is (187,93,44). Sum of RGB (Red+Green+Blue) = 187+93+44=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5D2C is #44A2D3. Grayscale: #737373. Windows color (decimal): -4498132 or 2907579. OLE color: 2907579.

HSL color Cylindrical-coordinate representation of color #BB5D2C: hue angle of 20.56º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB5D2C is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1879344-
CMYK00.500.760.27
HSL20.56º61.9%45.29%-
HSV(B)20.56º76.47%73.33%-
XYZ24.8618.584.66-
YUV115.5287.64178.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.72%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 44 (17.58% from 255) = 13.58%
R=57.72%
G=28.70%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187934400.500.760.2720.5661.945.29
HexBB5D2C0324C1B153e2d
Octal2731355406211433257655
Binary101110111011101101100011001010011001101110101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb5d2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb5d2c; }

 p { color: rgb(187,93,44); }

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

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

 a { background-color: rgb(187,93,44); }

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

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

 span { border-color: rgb(187,93,44); }

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