Html Css Color HEX #B8551C Fiery Orange

📋 copy color: '#B8551C'

red 184 ◦ green 85 ◦ blue 28

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

Shades of Fiery Orange #B8551C

Tints of Fiery Orange #B8551C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 61.95%
G = 28.62%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8551C (or 0xB8551C) is known color: Fiery Orange. HEX triplet: B8, 55 and 1C. RGB value is (184,85,28). Sum of RGB (Red+Green+Blue) = 184+85+28=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B8551C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8551C is #47AAE3. Grayscale: #6C6C6C. Windows color (decimal): -4696804 or 1856952. OLE color: 1856952.

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

Color convert

RGB 184 85 28 -
CMYK 0 0.54 0.85 0.28
HSL 21.92º 0.74% 0.42% -
HSV(B) 21.92º 0.85% 0.72% -
XYZ 23.23 16.77 3.11 -
YUV 108.1 82.8 182.13 -
System Red Green Blue C M Y K H S L
Decimal 184 85 28 0 0.54 0.85 0.28 21.92 0.74 0.42
Hex B8 55 1C 0 36 55 1C 16 4A 2A
Octal 270 125 34 0 66 125 34 26 112 52
Binary 10111000 1010101 11100 0 110110 1010101 11100 10110 1001010 101010

Color Harmonies of #B8551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8551C

Black with #B8551C

Text Example


Text Example

White with #B8551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8551C; }

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

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

background-color css

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

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

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

border-color css

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

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

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