Html Css Color HEX #BF5621 Fiery Orange

📋 copy color: '#BF5621'

red 191 ◦ green 86 ◦ blue 33

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

Shades of Fiery Orange #BF5621

Tints of Fiery Orange #BF5621

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

 BLUE value IS 33 (13.28% from 255) = 10.65%

R = 61.61%
G = 27.74%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF5621 (or 0xBF5621) is known color: Fiery Orange. HEX triplet: BF, 56 and 21. RGB value is (191,86,33). Sum of RGB (Red+Green+Blue) = 191+86+33=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5621 is #40A9DE. Grayscale: #6F6F6F. Windows color (decimal): -4237791 or 2184895. OLE color: 2184895.

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

Color convert

RGB 191 86 33 -
CMYK 0 0.55 0.83 0.25
HSL 20.13º 0.71% 0.44% -
HSV(B) 20.13º 0.83% 0.75% -
XYZ 25.09 17.84 3.56 -
YUV 111.35 83.79 184.81 -
System Red Green Blue C M Y K H S L
Decimal 191 86 33 0 0.55 0.83 0.25 20.13 0.71 0.44
Hex BF 56 21 0 37 53 19 14 47 2C
Octal 277 126 41 0 67 123 31 24 107 54
Binary 10111111 1010110 100001 0 110111 1010011 11001 10100 1000111 101100

Color Harmonies of #BF5621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5621

Black with #BF5621

Text Example


Text Example

White with #BF5621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5621; }

 p { color: rgb(191,86,33); }

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

background-color css

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

 a { background-color: rgb(191,86,33); }

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

border-color css

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

 span { border-color: rgb(191,86,33); }

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