Html Css Color HEX #B8531D Fiery Orange

📋 copy color: '#B8531D'

red 184 ◦ green 83 ◦ blue 29

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

Shades of Fiery Orange #B8531D

Tints of Fiery Orange #B8531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.04%

 BLUE value IS 29 (11.72% from 255) = 9.8%

R = 62.16%
G = 28.04%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8531D (or 0xB8531D) is known color: Fiery Orange. HEX triplet: B8, 53 and 1D. RGB value is (184,83,29). Sum of RGB (Red+Green+Blue) = 184+83+29=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B8531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8531D is #47ACE2. Grayscale: #6B6B6B. Windows color (decimal): -4697315 or 1921976. OLE color: 1921976.

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

Color convert

RGB 184 83 29 -
CMYK 0 0.55 0.84 0.28
HSL 20.9º 0.73% 0.42% -
HSV(B) 20.9º 0.84% 0.72% -
XYZ 23.08 16.47 3.12 -
YUV 107.04 83.96 182.89 -
System Red Green Blue C M Y K H S L
Decimal 184 83 29 0 0.55 0.84 0.28 20.9 0.73 0.42
Hex B8 53 1D 0 37 54 1C 15 49 2A
Octal 270 123 35 0 67 124 34 25 111 52
Binary 10111000 1010011 11101 0 110111 1010100 11100 10101 1001001 101010

Color Harmonies of #B8531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8531D

Black with #B8531D

Text Example


Text Example

White with #B8531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8531D; }

 p { color: rgb(184,83,29); }

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

background-color css

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

 a { background-color: rgb(184,83,29); }

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

border-color css

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

 span { border-color: rgb(184,83,29); }

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