Html Css Color HEX #BB5B30 Smoke Tree

📋 copy color: '#BB5B30'

red 187 ◦ green 91 ◦ blue 48

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

Shades of Smoke Tree #BB5B30

Tints of Smoke Tree #BB5B30

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.91%

 BLUE value IS 48 (19.14% from 255) = 14.72%

R = 57.36%
G = 27.91%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB5B30 (or 0xBB5B30) is known color: Smoke Tree. HEX triplet: BB, 5B and 30. RGB value is (187,91,48). Sum of RGB (Red+Green+Blue) = 187+91+48=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5B30 is #44A4CF. Grayscale: #737373. Windows color (decimal): -4498640 or 3169211. OLE color: 3169211.

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

Color convert

RGB 187 91 48 -
CMYK 0 0.51 0.74 0.27
HSL 18.56º 0.59% 0.46% -
HSV(B) 18.56º 0.74% 0.73% -
XYZ 24.77 18.26 5.02 -
YUV 114.8 90.3 179.5 -
System Red Green Blue C M Y K H S L
Decimal 187 91 48 0 0.51 0.74 0.27 18.56 0.59 0.46
Hex BB 5B 30 0 33 4A 1B 13 3B 2E
Octal 273 133 60 0 63 112 33 23 73 56
Binary 10111011 1011011 110000 0 110011 1001010 11011 10011 111011 101110

Color Harmonies of #BB5B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5B30

Black with #BB5B30

Text Example


Text Example

White with #BB5B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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