Html Css Color HEX #BB5922 Fiery Orange

📋 copy color: '#BB5922'

red 187 ◦ green 89 ◦ blue 34

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

Shades of Fiery Orange #BB5922

Tints of Fiery Orange #BB5922

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

 BLUE value IS 34 (13.67% from 255) = 10.97%

R = 60.32%
G = 28.71%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB5922 (or 0xBB5922) is known color: Fiery Orange. HEX triplet: BB, 59 and 22. RGB value is (187,89,34). Sum of RGB (Red+Green+Blue) = 187+89+34=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5922 is #44A6DD. Grayscale: #707070. Windows color (decimal): -4499166 or 2251195. OLE color: 2251195.

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

Color convert

RGB 187 89 34 -
CMYK 0 0.52 0.82 0.27
HSL 21.57º 0.69% 0.43% -
HSV(B) 21.57º 0.82% 0.73% -
XYZ 24.35 17.83 3.67 -
YUV 112.03 83.97 181.47 -
System Red Green Blue C M Y K H S L
Decimal 187 89 34 0 0.52 0.82 0.27 21.57 0.69 0.43
Hex BB 59 22 0 34 52 1B 16 45 2B
Octal 273 131 42 0 64 122 33 26 105 53
Binary 10111011 1011001 100010 0 110100 1010010 11011 10110 1000101 101011

Color Harmonies of #BB5922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5922

Black with #BB5922

Text Example


Text Example

White with #BB5922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5922; }

 p { color: rgb(187,89,34); }

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

background-color css

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

 a { background-color: rgb(187,89,34); }

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

border-color css

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

 span { border-color: rgb(187,89,34); }

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