Html Css Color HEX #BB5A2B Smoke Tree

📋 copy color: '#BB5A2B'

red 187 ◦ green 90 ◦ blue 43

#BB5A2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoke Tree #BB5A2B

Tints of Smoke Tree #BB5A2B

RGB

 RED value IS 187 (73.44% from 255) = 58.44%

 GREEN value IS 90 (35.55% from 255) = 28.13%

 BLUE value IS 43 (17.19% from 255) = 13.44%

R = 58.44%
G = 28.13%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB5A2B (or 0xBB5A2B) is known color: Smoke Tree. HEX triplet: BB, 5A and 2B. RGB value is (187,90,43). Sum of RGB (Red+Green+Blue) = 187+90+43=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5A2B is #44A5D4. Grayscale: #717171. Windows color (decimal): -4498901 or 2841275. OLE color: 2841275.

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

Color convert

RGB 187 90 43 -
CMYK 0 0.52 0.77 0.27
HSL 19.58º 0.63% 0.45% -
HSV(B) 19.58º 0.77% 0.73% -
XYZ 24.59 18.05 4.47 -
YUV 113.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 187 90 43 0 0.52 0.77 0.27 19.58 0.63 0.45
Hex BB 5A 2B 0 34 4D 1B 14 3F 2D
Octal 273 132 53 0 64 115 33 24 77 55
Binary 10111011 1011010 101011 0 110100 1001101 11011 10100 111111 101101

Color Harmonies of #BB5A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5A2B

Black with #BB5A2B

Text Example


Text Example

White with #BB5A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5A2B; }

 p { color: rgb(187,90,43); }

 H1.HeaderClassName
 {
   color: #BB5A2B;
 }
 .AnyTagClassName
 {
   color: #BB5A2B;
 }
</style>

background-color css

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

 a { background-color: rgb(187,90,43); }

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

border-color css

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

 span { border-color: rgb(187,90,43); }

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