Html Css Color HEX #B8552A Fiery Orange

📋 copy color: '#B8552A'

red 184 ◦ green 85 ◦ blue 42

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

Shades of Fiery Orange #B8552A

Tints of Fiery Orange #B8552A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.5%

R = 59.16%
G = 27.33%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8552A (or 0xB8552A) is known color: Fiery Orange. HEX triplet: B8, 55 and 2A. RGB value is (184,85,42). Sum of RGB (Red+Green+Blue) = 184+85+42=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8552A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8552A is #47AAD5. Grayscale: #6D6D6D. Windows color (decimal): -4696790 or 2774456. OLE color: 2774456.

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

Color convert

RGB 184 85 42 -
CMYK 0 0.54 0.77 0.28
HSL 18.17º 0.63% 0.44% -
HSV(B) 18.17º 0.77% 0.72% -
XYZ 23.43 16.85 4.21 -
YUV 109.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 184 85 42 0 0.54 0.77 0.28 18.17 0.63 0.44
Hex B8 55 2A 0 36 4D 1C 12 3F 2C
Octal 270 125 52 0 66 115 34 22 77 54
Binary 10111000 1010101 101010 0 110110 1001101 11100 10010 111111 101100

Color Harmonies of #B8552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8552A

Black with #B8552A

Text Example


Text Example

White with #B8552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8552A; }

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

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

background-color css

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

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

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

border-color css

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

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

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