#B9584E

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

Shades of Flame Pea #B9584E

Tints of Flame Pea #B9584E

Color information

#B9584E (or 0xB9584E) is unknown color: approx Flame Pea. HEX triplet: B9, 58 and 4E. RGB value is (185,88,78). Sum of RGB (Red+Green+Blue) = 185+88+78=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B9584E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9584E is #46A7B1. Grayscale: #737373. Windows color (decimal): -4630450 or 5134521. OLE color: 5134521.

HSL color Cylindrical-coordinate representation of color #B9584E: hue angle of 5.61º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9584E is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1858878-
CMYK00.520.580.27
HSL5.61º43.32%51.57%-
HSV(B)5.61º57.84%72.55%-
XYZ24.8717.849.34-
YUV115.86106.64177.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.71%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 78 (30.86% from 255) = 22.22%
R=52.71%
G=25.07%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185887800.520.580.275.6143.3251.57
HexB9584E0343A1B62b34
Octal271130116064723365364
Binary1011100110110001001110011010011101011011110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9584E; }

 p { color: rgb(185,88,78); }

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

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

 a { background-color: rgb(185,88,78); }

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

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

 span { border-color: rgb(185,88,78); }

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