Html Css Color HEX #BF5420 Fiery Orange

📋 copy color: '#BF5420'

red 191 ◦ green 84 ◦ blue 32

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

Shades of Fiery Orange #BF5420

Tints of Fiery Orange #BF5420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.36%

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

R = 62.21%
G = 27.36%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF5420 (or 0xBF5420) is known color: Fiery Orange. HEX triplet: BF, 54 and 20. RGB value is (191,84,32). Sum of RGB (Red+Green+Blue) = 191+84+32=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5420 is #40ABDF. Grayscale: #6E6E6E. Windows color (decimal): -4238304 or 2118847. OLE color: 2118847.

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

Color convert

RGB 191 84 32 -
CMYK 0 0.56 0.83 0.25
HSL 19.62º 0.71% 0.44% -
HSV(B) 19.62º 0.83% 0.75% -
XYZ 24.92 17.52 3.44 -
YUV 110.07 83.95 185.73 -
System Red Green Blue C M Y K H S L
Decimal 191 84 32 0 0.56 0.83 0.25 19.62 0.71 0.44
Hex BF 54 20 0 38 53 19 14 47 2C
Octal 277 124 40 0 70 123 31 24 107 54
Binary 10111111 1010100 100000 0 111000 1010011 11001 10100 1000111 101100

Color Harmonies of #BF5420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5420

Black with #BF5420

Text Example


Text Example

White with #BF5420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5420; }

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

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

background-color css

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

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

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

border-color css

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

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

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