Html Css Color HEX #B8581F Fiery Orange

📋 copy color: '#B8581F'

red 184 ◦ green 88 ◦ blue 31

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

Shades of Fiery Orange #B8581F

Tints of Fiery Orange #B8581F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

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

R = 60.73%
G = 29.04%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8581F (or 0xB8581F) is known color: Fiery Orange. HEX triplet: B8, 58 and 1F. RGB value is (184,88,31). Sum of RGB (Red+Green+Blue) = 184+88+31=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B8581F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8581F is #47A7E0. Grayscale: #6E6E6E. Windows color (decimal): -4696033 or 2054328. OLE color: 2054328.

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

Color convert

RGB 184 88 31 -
CMYK 0 0.52 0.83 0.28
HSL 22.35º 0.71% 0.42% -
HSV(B) 22.35º 0.83% 0.72% -
XYZ 23.5 17.27 3.39 -
YUV 110.21 83.3 180.63 -
System Red Green Blue C M Y K H S L
Decimal 184 88 31 0 0.52 0.83 0.28 22.35 0.71 0.42
Hex B8 58 1F 0 34 53 1C 16 47 2A
Octal 270 130 37 0 64 123 34 26 107 52
Binary 10111000 1011000 11111 0 110100 1010011 11100 10110 1000111 101010

Color Harmonies of #B8581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8581F

Black with #B8581F

Text Example


Text Example

White with #B8581F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8581F; }

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

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

background-color css

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

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

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

border-color css

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

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

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