#BB5B3D

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

Shades of Smoke Tree #BB5B3D

Tints of Smoke Tree #BB5B3D

Color information

#BB5B3D (or 0xBB5B3D) is unknown color: approx Smoke Tree. HEX triplet: BB, 5B and 3D. RGB value is (187,91,61). Sum of RGB (Red+Green+Blue) = 187+91+61=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5B3D is #44A4C2. Grayscale: #747474. Windows color (decimal): -4498627 or 4021179. OLE color: 4021179.

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

Color convert

RGB1879161-
CMYK00.510.670.27
HSL14.29º50.81%48.63%-
HSV(B)14.29º67.38%73.33%-
XYZ25.0818.386.64-
YUV116.2896.8178.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.16%
GREEN value IS 91 (35.94% from 255) = 26.84%
BLUE value IS 61 (24.22% from 255) = 17.99%
R=55.16%
G=26.84%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187916100.510.670.2714.2950.8148.63
HexBB5B3D033431Be3331
Octal2731337506310333166361
Binary10111011101101111110101100111000011110111110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B3D; }

 p { color: rgb(187,91,61); }

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

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

 a { background-color: rgb(187,91,61); }

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

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

 span { border-color: rgb(187,91,61); }

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