Html Css Color HEX #B8574C Flame Pea

📋 copy color: '#B8574C'

red 184 ◦ green 87 ◦ blue 76

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

Shades of Flame Pea #B8574C

Tints of Flame Pea #B8574C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.07%

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 53.03%
G = 25.07%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8574C (or 0xB8574C) is known color: Flame Pea. HEX triplet: B8, 57 and 4C. RGB value is (184,87,76). Sum of RGB (Red+Green+Blue) = 184+87+76=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8574C is #47A8B3. Grayscale: #727272. Windows color (decimal): -4696244 or 5003192. OLE color: 5003192.

HSL color Cylindrical-coordinate representation of color #B8574C: hue angle of 6.11º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8574C is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 87 76 -
CMYK 0 0.53 0.59 0.28
HSL 6.11º 0.43% 0.51% -
HSV(B) 6.11º 0.59% 0.72% -
XYZ 24.48 17.53 8.93 -
YUV 114.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 184 87 76 0 0.53 0.59 0.28 6.11 0.43 0.51
Hex B8 57 4C 0 35 3B 1C 6 2B 33
Octal 270 127 114 0 65 73 34 6 53 63
Binary 10111000 1010111 1001100 0 110101 111011 11100 110 101011 110011

Color Harmonies of #B8574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8574C

Black with #B8574C

Text Example


Text Example

White with #B8574C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8574C; }

 p { color: rgb(184,87,76); }

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

background-color css

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

 a { background-color: rgb(184,87,76); }

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

border-color css

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

 span { border-color: rgb(184,87,76); }

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