Html Css Color HEX #BB5320 Fiery Orange

📋 copy color: '#BB5320'

red 187 ◦ green 83 ◦ blue 32

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

Shades of Fiery Orange #BB5320

Tints of Fiery Orange #BB5320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.48%

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

R = 61.92%
G = 27.48%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB5320 (or 0xBB5320) is known color: Fiery Orange. HEX triplet: BB, 53 and 20. RGB value is (187,83,32). Sum of RGB (Red+Green+Blue) = 187+83+32=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5320 is #44ACDF. Grayscale: #6C6C6C. Windows color (decimal): -4500704 or 2118587. OLE color: 2118587.

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

Color convert

RGB 187 83 32 -
CMYK 0 0.56 0.83 0.27
HSL 19.74º 0.71% 0.43% -
HSV(B) 19.74º 0.83% 0.73% -
XYZ 23.85 16.86 3.36 -
YUV 108.28 84.96 184.15 -
System Red Green Blue C M Y K H S L
Decimal 187 83 32 0 0.56 0.83 0.27 19.74 0.71 0.43
Hex BB 53 20 0 38 53 1B 14 47 2B
Octal 273 123 40 0 70 123 33 24 107 53
Binary 10111011 1010011 100000 0 111000 1010011 11011 10100 1000111 101011

Color Harmonies of #BB5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5320

Black with #BB5320

Text Example


Text Example

White with #BB5320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5320; }

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

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

background-color css

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

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

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

border-color css

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

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

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