Html Css Color HEX #BB5F32 Smoke Tree

📋 copy color: '#BB5F32'

red 187 ◦ green 95 ◦ blue 50

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

Shades of Smoke Tree #BB5F32

Tints of Smoke Tree #BB5F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.61%

 BLUE value IS 50 (19.92% from 255) = 15.06%

R = 56.33%
G = 28.61%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB5F32 (or 0xBB5F32) is known color: Smoke Tree. HEX triplet: BB, 5F and 32. RGB value is (187,95,50). Sum of RGB (Red+Green+Blue) = 187+95+50=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5F32 is #44A0CD. Grayscale: #757575. Windows color (decimal): -4497614 or 3301307. OLE color: 3301307.

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

Color convert

RGB 187 95 50 -
CMYK 0 0.49 0.73 0.27
HSL 19.71º 0.58% 0.46% -
HSV(B) 19.71º 0.73% 0.73% -
XYZ 25.16 18.98 5.35 -
YUV 117.38 89.98 177.66 -
System Red Green Blue C M Y K H S L
Decimal 187 95 50 0 0.49 0.73 0.27 19.71 0.58 0.46
Hex BB 5F 32 0 31 49 1B 14 3A 2E
Octal 273 137 62 0 61 111 33 24 72 56
Binary 10111011 1011111 110010 0 110001 1001001 11011 10100 111010 101110

Color Harmonies of #BB5F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5F32

Black with #BB5F32

Text Example


Text Example

White with #BB5F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5F32; }

 p { color: rgb(187,95,50); }

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

background-color css

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

 a { background-color: rgb(187,95,50); }

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

border-color css

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

 span { border-color: rgb(187,95,50); }

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