Html Css Color HEX #BB5530 Smoke Tree

📋 copy color: '#BB5530'

red 187 ◦ green 85 ◦ blue 48

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

Shades of Smoke Tree #BB5530

Tints of Smoke Tree #BB5530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.56%

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

R = 58.44%
G = 26.56%
B = 15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB5530 (or 0xBB5530) is known color: Smoke Tree. HEX triplet: BB, 55 and 30. RGB value is (187,85,48). Sum of RGB (Red+Green+Blue) = 187+85+48=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5530 is #44AACF. Grayscale: #6F6F6F. Windows color (decimal): -4500176 or 3167675. OLE color: 3167675.

HSL color Cylindrical-coordinate representation of color #BB5530: hue angle of 15.97º 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 #BB5530 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 85 48 -
CMYK 0 0.55 0.74 0.27
HSL 15.97º 0.59% 0.46% -
HSV(B) 15.97º 0.74% 0.73% -
XYZ 24.28 17.28 4.85 -
YUV 111.28 92.29 182.01 -
System Red Green Blue C M Y K H S L
Decimal 187 85 48 0 0.55 0.74 0.27 15.97 0.59 0.46
Hex BB 55 30 0 37 4A 1B 10 3B 2E
Octal 273 125 60 0 67 112 33 20 73 56
Binary 10111011 1010101 110000 0 110111 1001010 11011 10000 111011 101110

Color Harmonies of #BB5530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5530

Black with #BB5530

Text Example


Text Example

White with #BB5530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5530; }

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

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

background-color css

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

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

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

border-color css

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

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

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