Html Css Color HEX #BF5320 Fiery Orange

📋 copy color: '#BF5320'

red 191 ◦ green 83 ◦ blue 32

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

Shades of Fiery Orange #BF5320

Tints of Fiery Orange #BF5320

RGB

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

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

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

R = 62.42%
G = 27.12%
B = 10.46%

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

#BF5320 (or 0xBF5320) is known color: Fiery Orange. HEX triplet: BF, 53 and 20. RGB value is (191,83,32). Sum of RGB (Red+Green+Blue) = 191+83+32=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5320 is #40ACDF. Grayscale: #6D6D6D. Windows color (decimal): -4238560 or 2118591. OLE color: 2118591.

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

Color convert

RGB 191 83 32 -
CMYK 0 0.57 0.83 0.25
HSL 19.25º 0.71% 0.44% -
HSV(B) 19.25º 0.83% 0.75% -
XYZ 24.84 17.37 3.41 -
YUV 109.48 84.28 186.15 -
System Red Green Blue C M Y K H S L
Decimal 191 83 32 0 0.57 0.83 0.25 19.25 0.71 0.44
Hex BF 53 20 0 39 53 19 13 47 2C
Octal 277 123 40 0 71 123 31 23 107 54
Binary 10111111 1010011 100000 0 111001 1010011 11001 10011 1000111 101100

Color Harmonies of #BF5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5320

Black with #BF5320

Text Example


Text Example

White with #BF5320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5320; }

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

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

background-color css

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

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

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

border-color css

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

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

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