Html Css Color HEX #BF5120 Fiery Orange

📋 copy color: '#BF5120'

red 191 ◦ green 81 ◦ blue 32

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

Shades of Fiery Orange #BF5120

Tints of Fiery Orange #BF5120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.64%

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

R = 62.83%
G = 26.64%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF5120 (or 0xBF5120) is known color: Fiery Orange. HEX triplet: BF, 51 and 20. RGB value is (191,81,32). Sum of RGB (Red+Green+Blue) = 191+81+32=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5120 is #40AEDF. Grayscale: #6C6C6C. Windows color (decimal): -4239072 or 2118079. OLE color: 2118079.

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

Color convert

RGB 191 81 32 -
CMYK 0 0.58 0.83 0.25
HSL 18.49º 0.71% 0.44% -
HSV(B) 18.49º 0.83% 0.75% -
XYZ 24.69 17.07 3.36 -
YUV 108.3 84.94 186.98 -
System Red Green Blue C M Y K H S L
Decimal 191 81 32 0 0.58 0.83 0.25 18.49 0.71 0.44
Hex BF 51 20 0 3A 53 19 12 47 2C
Octal 277 121 40 0 72 123 31 22 107 54
Binary 10111111 1010001 100000 0 111010 1010011 11001 10010 1000111 101100

Color Harmonies of #BF5120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5120

Black with #BF5120

Text Example


Text Example

White with #BF5120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5120; }

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

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

background-color css

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

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

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

border-color css

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

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

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