Html Css Color HEX #BB521F Fiery Orange

📋 copy color: '#BB521F'

red 187 ◦ green 82 ◦ blue 31

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

Shades of Fiery Orange #BB521F

Tints of Fiery Orange #BB521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.33%

 BLUE value IS 31 (12.5% from 255) = 10.33%

R = 62.33%
G = 27.33%
B = 10.33%

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

#BB521F (or 0xBB521F) is known color: Fiery Orange. HEX triplet: BB, 52 and 1F. RGB value is (187,82,31). Sum of RGB (Red+Green+Blue) = 187+82+31=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB521F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB521F is #44ADE0. Grayscale: #6B6B6B. Windows color (decimal): -4500961 or 2052795. OLE color: 2052795.

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

Color convert

RGB 187 82 31 -
CMYK 0 0.56 0.83 0.27
HSL 19.62º 0.72% 0.43% -
HSV(B) 19.62º 0.83% 0.73% -
XYZ 23.76 16.7 3.27 -
YUV 107.58 84.79 184.65 -
System Red Green Blue C M Y K H S L
Decimal 187 82 31 0 0.56 0.83 0.27 19.62 0.72 0.43
Hex BB 52 1F 0 38 53 1B 14 48 2B
Octal 273 122 37 0 70 123 33 24 110 53
Binary 10111011 1010010 11111 0 111000 1010011 11011 10100 1001000 101011

Color Harmonies of #BB521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB521F

Black with #BB521F

Text Example


Text Example

White with #BB521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB521F; }

 p { color: rgb(187,82,31); }

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

background-color css

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

 a { background-color: rgb(187,82,31); }

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

border-color css

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

 span { border-color: rgb(187,82,31); }

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