Html Css Color HEX #B8551D Fiery Orange

📋 copy color: '#B8551D'

red 184 ◦ green 85 ◦ blue 29

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

Shades of Fiery Orange #B8551D

Tints of Fiery Orange #B8551D

RGB

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

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

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

R = 61.74%
G = 28.52%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8551D (or 0xB8551D) is known color: Fiery Orange. HEX triplet: B8, 55 and 1D. RGB value is (184,85,29). Sum of RGB (Red+Green+Blue) = 184+85+29=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B8551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8551D is #47AAE2. Grayscale: #6C6C6C. Windows color (decimal): -4696803 or 1922488. OLE color: 1922488.

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

Color convert

RGB 184 85 29 -
CMYK 0 0.54 0.84 0.28
HSL 21.68º 0.73% 0.42% -
HSV(B) 21.68º 0.84% 0.72% -
XYZ 23.24 16.78 3.18 -
YUV 108.22 83.3 182.05 -
System Red Green Blue C M Y K H S L
Decimal 184 85 29 0 0.54 0.84 0.28 21.68 0.73 0.42
Hex B8 55 1D 0 36 54 1C 16 49 2A
Octal 270 125 35 0 66 124 34 26 111 52
Binary 10111000 1010101 11101 0 110110 1010100 11100 10110 1001001 101010

Color Harmonies of #B8551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8551D

Black with #B8551D

Text Example


Text Example

White with #B8551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8551D; }

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

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

background-color css

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

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

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

border-color css

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

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

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