Html Css Color HEX #B8574A Flame Pea

📋 copy color: '#B8574A'

red 184 ◦ green 87 ◦ blue 74

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

Shades of Flame Pea #B8574A

Tints of Flame Pea #B8574A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 53.33%
G = 25.22%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8574A (or 0xB8574A) is known color: Flame Pea. HEX triplet: B8, 57 and 4A. RGB value is (184,87,74). Sum of RGB (Red+Green+Blue) = 184+87+74=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8574A is #47A8B5. Grayscale: #727272. Windows color (decimal): -4696246 or 4872120. OLE color: 4872120.

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

Color convert

RGB 184 87 74 -
CMYK 0 0.53 0.60 0.28
HSL 7.09º 0.44% 0.51% -
HSV(B) 7.09º 0.6% 0.72% -
XYZ 24.41 17.5 8.57 -
YUV 114.52 105.14 177.56 -
System Red Green Blue C M Y K H S L
Decimal 184 87 74 0 0.53 0.60 0.28 7.09 0.44 0.51
Hex B8 57 4A 0 35 3C 1C 7 2C 33
Octal 270 127 112 0 65 74 34 7 54 63
Binary 10111000 1010111 1001010 0 110101 111100 11100 111 101100 110011

Color Harmonies of #B8574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8574A

Black with #B8574A

Text Example


Text Example

White with #B8574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8574A; }

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

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

background-color css

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

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

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

border-color css

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

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

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