#BB5E2E

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

Shades of Smoke Tree #BB5E2E

Tints of Smoke Tree #BB5E2E

Color information

#BB5E2E (or 0xBB5E2E) is unknown color: approx Smoke Tree. HEX triplet: BB, 5E and 2E. RGB value is (187,94,46). Sum of RGB (Red+Green+Blue) = 187+94+46=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E2E is #44A1D1. Grayscale: #747474. Windows color (decimal): -4497874 or 3038907. OLE color: 3038907.

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

Color convert

RGB1879446-
CMYK00.500.750.27
HSL20.43º60.52%45.69%-
HSV(B)20.43º75.4%73.33%-
XYZ24.9918.774.89-
YUV116.3488.31178.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.19%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 46 (18.36% from 255) = 14.07%
R=57.19%
G=28.75%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187944600.500.750.2720.4360.5245.69
HexBB5E2E0324B1B143d2e
Octal2731365606211333247556
Binary101110111011110101110011001010010111101110100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5E2E; }

 p { color: rgb(187,94,46); }

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

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

 a { background-color: rgb(187,94,46); }

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

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

 span { border-color: rgb(187,94,46); }

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