Html Css Color HEX #B8552C Fiery Orange

📋 copy color: '#B8552C'

red 184 ◦ green 85 ◦ blue 44

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

Shades of Fiery Orange #B8552C

Tints of Fiery Orange #B8552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 58.79%
G = 27.16%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8552C (or 0xB8552C) is known color: Fiery Orange. HEX triplet: B8, 55 and 2C. RGB value is (184,85,44). Sum of RGB (Red+Green+Blue) = 184+85+44=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B8552C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8552C is #47AAD3. Grayscale: #6E6E6E. Windows color (decimal): -4696788 or 2905528. OLE color: 2905528.

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

Color convert

RGB 184 85 44 -
CMYK 0 0.54 0.76 0.28
HSL 17.57º 0.61% 0.45% -
HSV(B) 17.57º 0.76% 0.72% -
XYZ 23.47 16.87 4.4 -
YUV 109.93 90.8 180.83 -
System Red Green Blue C M Y K H S L
Decimal 184 85 44 0 0.54 0.76 0.28 17.57 0.61 0.45
Hex B8 55 2C 0 36 4C 1C 12 3D 2D
Octal 270 125 54 0 66 114 34 22 75 55
Binary 10111000 1010101 101100 0 110110 1001100 11100 10010 111101 101101

Color Harmonies of #B8552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8552C

Black with #B8552C

Text Example


Text Example

White with #B8552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8552C; }

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

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

background-color css

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

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

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

border-color css

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

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

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