Html Css Color HEX #BB551E Fiery Orange

📋 copy color: '#BB551E'

red 187 ◦ green 85 ◦ blue 30

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

Shades of Fiery Orange #BB551E

Tints of Fiery Orange #BB551E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 61.92%
G = 28.15%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB551E (or 0xBB551E) is known color: Fiery Orange. HEX triplet: BB, 55 and 1E. RGB value is (187,85,30). Sum of RGB (Red+Green+Blue) = 187+85+30=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB551E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB551E is #44AAE1. Grayscale: #6D6D6D. Windows color (decimal): -4500194 or 1988027. OLE color: 1988027.

HSL color Cylindrical-coordinate representation of color #BB551E: hue angle of 21.02º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB551E is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 85 30 -
CMYK 0 0.55 0.84 0.27
HSL 21.02º 0.72% 0.43% -
HSV(B) 21.02º 0.84% 0.73% -
XYZ 23.98 17.16 3.28 -
YUV 109.23 83.29 183.47 -
System Red Green Blue C M Y K H S L
Decimal 187 85 30 0 0.55 0.84 0.27 21.02 0.72 0.43
Hex BB 55 1E 0 37 54 1B 15 48 2B
Octal 273 125 36 0 67 124 33 25 110 53
Binary 10111011 1010101 11110 0 110111 1010100 11011 10101 1001000 101011

Color Harmonies of #BB551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB551E

Black with #BB551E

Text Example


Text Example

White with #BB551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB551E; }

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

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

background-color css

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

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

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

border-color css

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

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

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