#B8574B

Color #B8574B Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #B8574B

Tints of Flame Pea #B8574B

Color information

#B8574B (or 0xB8574B) is unknown color: approx Flame Pea. HEX triplet: B8, 57 and 4B. RGB value is (184,87,75). Sum of RGB (Red+Green+Blue) = 184+87+75=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8574B is #47A8B4. Grayscale: #727272. Windows color (decimal): -4696245 or 4937656. OLE color: 4937656.

HSL color Cylindrical-coordinate representation of color #B8574B: hue angle of 6.61º 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 #B8574B is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB1848775-
CMYK00.530.590.28
HSL6.61º43.43%50.78%-
HSV(B)6.61º59.24%72.16%-
XYZ24.4517.518.75-
YUV114.64105.64177.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.18%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=53.18%
G=25.14%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184877500.530.590.286.6143.4350.78
HexB8574B0353B1C72b33
Octal270127113065733475363
Binary1011100010101111001011011010111101111100111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8574B; }

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

 H1.HeaderClassName
 {
   color: #B8574B;
 }
 .AnyTagClassName
 {
   color: #B8574B;
 }
</style>
background-color css

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

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

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

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

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

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