Html Css Color HEX #B8561F Fiery Orange

📋 copy color: '#B8561F'

red 184 ◦ green 86 ◦ blue 31

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

Shades of Fiery Orange #B8561F

Tints of Fiery Orange #B8561F

RGB

 RED value IS 184 (72.27% from 255) = 61.13%

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

 BLUE value IS 31 (12.5% from 255) = 10.3%

R = 61.13%
G = 28.57%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8561F (or 0xB8561F) is known color: Fiery Orange. HEX triplet: B8, 56 and 1F. RGB value is (184,86,31). Sum of RGB (Red+Green+Blue) = 184+86+31=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B8561F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8561F is #47A9E0. Grayscale: #6D6D6D. Windows color (decimal): -4696545 or 2053816. OLE color: 2053816.

HSL color Cylindrical-coordinate representation of color #B8561F: hue angle of 21.57º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8561F is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 86 31 -
CMYK 0 0.53 0.83 0.28
HSL 21.57º 0.71% 0.42% -
HSV(B) 21.57º 0.83% 0.72% -
XYZ 23.34 16.94 3.34 -
YUV 109.03 83.97 181.47 -
System Red Green Blue C M Y K H S L
Decimal 184 86 31 0 0.53 0.83 0.28 21.57 0.71 0.42
Hex B8 56 1F 0 35 53 1C 16 47 2A
Octal 270 126 37 0 65 123 34 26 107 52
Binary 10111000 1010110 11111 0 110101 1010011 11100 10110 1000111 101010

Color Harmonies of #B8561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8561F

Black with #B8561F

Text Example


Text Example

White with #B8561F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8561F; }

 p { color: rgb(184,86,31); }

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

background-color css

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

 a { background-color: rgb(184,86,31); }

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

border-color css

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

 span { border-color: rgb(184,86,31); }

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