#BB5D33

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

Shades of Smoke Tree #BB5D33

Tints of Smoke Tree #BB5D33

Color information

#BB5D33 (or 0xBB5D33) is unknown color: approx Smoke Tree. HEX triplet: BB, 5D and 33. RGB value is (187,93,51). Sum of RGB (Red+Green+Blue) = 187+93+51=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5D33 is #44A2CC. Grayscale: #747474. Windows color (decimal): -4498125 or 3366331. OLE color: 3366331.

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

Color convert

RGB1879351-
CMYK00.500.730.27
HSL18.53º57.14%46.67%-
HSV(B)18.53º72.73%73.33%-
XYZ25.0118.635.41-
YUV116.3291.14178.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.50%
GREEN value IS 93 (36.72% from 255) = 28.10%
BLUE value IS 51 (20.31% from 255) = 15.41%
R=56.50%
G=28.10%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187935100.500.730.2718.5357.1446.67
HexBB5D33032491B13392f
Octal2731356306211133237157
Binary101110111011101110011011001010010011101110011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5D33; }

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

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

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

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

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

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

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

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