Html Css Color HEX #BF5524 Fiery Orange

📋 copy color: '#BF5524'

red 191 ◦ green 85 ◦ blue 36

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

Shades of Fiery Orange #BF5524

Tints of Fiery Orange #BF5524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

 BLUE value IS 36 (14.45% from 255) = 11.54%

R = 61.22%
G = 27.24%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF5524 (or 0xBF5524) is known color: Fiery Orange. HEX triplet: BF, 55 and 24. RGB value is (191,85,36). Sum of RGB (Red+Green+Blue) = 191+85+36=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5524 is #40AADB. Grayscale: #6F6F6F. Windows color (decimal): -4238044 or 2381247. OLE color: 2381247.

HSL color Cylindrical-coordinate representation of color #BF5524: hue angle of 18.97º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF5524 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 85 36 -
CMYK 0 0.55 0.81 0.25
HSL 18.97º 0.68% 0.45% -
HSV(B) 18.97º 0.81% 0.75% -
XYZ 25.05 17.7 3.77 -
YUV 111.11 85.62 184.98 -
System Red Green Blue C M Y K H S L
Decimal 191 85 36 0 0.55 0.81 0.25 18.97 0.68 0.45
Hex BF 55 24 0 37 51 19 13 44 2D
Octal 277 125 44 0 67 121 31 23 104 55
Binary 10111111 1010101 100100 0 110111 1010001 11001 10011 1000100 101101

Color Harmonies of #BF5524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5524

Black with #BF5524

Text Example


Text Example

White with #BF5524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5524; }

 p { color: rgb(191,85,36); }

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

background-color css

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

 a { background-color: rgb(191,85,36); }

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

border-color css

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

 span { border-color: rgb(191,85,36); }

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