#BB5C3B

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

Shades of Smoke Tree #BB5C3B

Tints of Smoke Tree #BB5C3B

Color information

#BB5C3B (or 0xBB5C3B) is unknown color: approx Smoke Tree. HEX triplet: BB, 5C and 3B. RGB value is (187,92,59). Sum of RGB (Red+Green+Blue) = 187+92+59=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5C3B is #44A3C4. Grayscale: #747474. Windows color (decimal): -4498373 or 3890363. OLE color: 3890363.

HSL color Cylindrical-coordinate representation of color #BB5C3B: hue angle of 15.47º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB5C3B is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1879259-
CMYK00.510.680.27
HSL15.47º52.03%48.24%-
HSV(B)15.47º68.45%73.33%-
XYZ25.1118.536.39-
YUV116.6495.47178.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.33%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 59 (23.44% from 255) = 17.46%
R=55.33%
G=27.22%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187925900.510.680.2715.4752.0348.24
HexBB5C3B033441Bf3430
Octal2731347306310433176460
Binary10111011101110011101101100111000100110111111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C3B; }

 p { color: rgb(187,92,59); }

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

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

 a { background-color: rgb(187,92,59); }

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

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

 span { border-color: rgb(187,92,59); }

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