Html Css Color HEX #BB5820 Fiery Orange

📋 copy color: '#BB5820'

red 187 ◦ green 88 ◦ blue 32

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

Shades of Fiery Orange #BB5820

Tints of Fiery Orange #BB5820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.66%

 BLUE value IS 32 (12.89% from 255) = 10.42%

R = 60.91%
G = 28.66%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB5820 (or 0xBB5820) is known color: Fiery Orange. HEX triplet: BB, 58 and 20. RGB value is (187,88,32). Sum of RGB (Red+Green+Blue) = 187+88+32=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5820 is #44A7DF. Grayscale: #6F6F6F. Windows color (decimal): -4499424 or 2119867. OLE color: 2119867.

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

Color convert

RGB 187 88 32 -
CMYK 0 0.53 0.83 0.27
HSL 21.68º 0.71% 0.43% -
HSV(B) 21.68º 0.83% 0.73% -
XYZ 24.24 17.65 3.5 -
YUV 111.22 83.3 182.05 -
System Red Green Blue C M Y K H S L
Decimal 187 88 32 0 0.53 0.83 0.27 21.68 0.71 0.43
Hex BB 58 20 0 35 53 1B 16 47 2B
Octal 273 130 40 0 65 123 33 26 107 53
Binary 10111011 1011000 100000 0 110101 1010011 11011 10110 1000111 101011

Color Harmonies of #BB5820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5820

Black with #BB5820

Text Example


Text Example

White with #BB5820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5820; }

 p { color: rgb(187,88,32); }

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

background-color css

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

 a { background-color: rgb(187,88,32); }

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

border-color css

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

 span { border-color: rgb(187,88,32); }

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