Html Css Color HEX #BF5220 Fiery Orange

📋 copy color: '#BF5220'

red 191 ◦ green 82 ◦ blue 32

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

Shades of Fiery Orange #BF5220

Tints of Fiery Orange #BF5220

RGB

 RED value IS 191 (75% from 255) = 62.62%

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

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

R = 62.62%
G = 26.89%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF5220 (or 0xBF5220) is known color: Fiery Orange. HEX triplet: BF, 52 and 20. RGB value is (191,82,32). Sum of RGB (Red+Green+Blue) = 191+82+32=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5220 is #40ADDF. Grayscale: #6D6D6D. Windows color (decimal): -4238816 or 2118335. OLE color: 2118335.

HSL color Cylindrical-coordinate representation of color #BF5220: hue angle of 18.87º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF5220 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 82 32 -
CMYK 0 0.57 0.83 0.25
HSL 18.87º 0.71% 0.44% -
HSV(B) 18.87º 0.83% 0.75% -
XYZ 24.76 17.22 3.38 -
YUV 108.89 84.61 186.57 -
System Red Green Blue C M Y K H S L
Decimal 191 82 32 0 0.57 0.83 0.25 18.87 0.71 0.44
Hex BF 52 20 0 39 53 19 13 47 2C
Octal 277 122 40 0 71 123 31 23 107 54
Binary 10111111 1010010 100000 0 111001 1010011 11001 10011 1000111 101100

Color Harmonies of #BF5220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5220

Black with #BF5220

Text Example


Text Example

White with #BF5220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5220; }

 p { color: rgb(191,82,32); }

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

background-color css

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

 a { background-color: rgb(191,82,32); }

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

border-color css

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

 span { border-color: rgb(191,82,32); }

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