#B9574A

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

Shades of Flame Pea #B9574A

Tints of Flame Pea #B9574A

Color information

#B9574A (or 0xB9574A) is unknown color: approx Flame Pea. HEX triplet: B9, 57 and 4A. RGB value is (185,87,74). Sum of RGB (Red+Green+Blue) = 185+87+74=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9574A is #46A8B5. Grayscale: #727272. Windows color (decimal): -4630710 or 4872121. OLE color: 4872121.

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

Color convert

RGB1858774-
CMYK00.530.60.27
HSL7.03º44.22%50.78%-
HSV(B)7.03º60%72.55%-
XYZ24.6517.638.58-
YUV114.82104.97178.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.47%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=53.47%
G=25.14%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185877400.530.60.277.0344.2250.78
HexB9574A0353C1B72c33
Octal271127112065743375463
Binary1011100110101111001010011010111110011011111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9574A; }

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

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

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

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

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

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

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

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