Html Css Color HEX #B9572F Fiery Orange

📋 copy color: '#B9572F'

red 185 ◦ green 87 ◦ blue 47

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

Shades of Fiery Orange #B9572F

Tints of Fiery Orange #B9572F

RGB

 RED value IS 185 (72.66% from 255) = 57.99%

 GREEN value IS 87 (34.38% from 255) = 27.27%

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 57.99%
G = 27.27%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9572F (or 0xB9572F) is known color: Fiery Orange. HEX triplet: B9, 57 and 2F. RGB value is (185,87,47). Sum of RGB (Red+Green+Blue) = 185+87+47=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B9572F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9572F is #46A8D0. Grayscale: #707070. Windows color (decimal): -4630737 or 3102649. OLE color: 3102649.

HSL color Cylindrical-coordinate representation of color #B9572F: hue angle of 17.39º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9572F is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 87 47 -
CMYK 0 0.53 0.75 0.27
HSL 17.39º 0.59% 0.45% -
HSV(B) 17.39º 0.75% 0.73% -
XYZ 23.93 17.34 4.77 -
YUV 111.74 91.47 180.25 -
System Red Green Blue C M Y K H S L
Decimal 185 87 47 0 0.53 0.75 0.27 17.39 0.59 0.45
Hex B9 57 2F 0 35 4B 1B 11 3B 2D
Octal 271 127 57 0 65 113 33 21 73 55
Binary 10111001 1010111 101111 0 110101 1001011 11011 10001 111011 101101

Color Harmonies of #B9572F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9572F

Black with #B9572F

Text Example


Text Example

White with #B9572F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9572F; }

 p { color: rgb(185,87,47); }

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

background-color css

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

 a { background-color: rgb(185,87,47); }

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

border-color css

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

 span { border-color: rgb(185,87,47); }

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