#BD594E

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

Shades of Flame Pea #BD594E

Tints of Flame Pea #BD594E

Color information

#BD594E (or 0xBD594E) is unknown color: approx Flame Pea. HEX triplet: BD, 59 and 4E. RGB value is (189,89,78). Sum of RGB (Red+Green+Blue) = 189+89+78=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD594E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD594E is #42A6B1. Grayscale: #757575. Windows color (decimal): -4368050 or 5134781. OLE color: 5134781.

HSL color Cylindrical-coordinate representation of color #BD594E: hue angle of 5.95º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD594E is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB1898978-
CMYK00.530.590.26
HSL5.95º45.68%52.35%-
HSV(B)5.95º58.73%74.12%-
XYZ25.9318.519.41-
YUV117.65105.63178.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.09%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=53.09%
G=25%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189897800.530.590.265.9545.6852.35
HexBD594E0353B1A62e34
Octal275131116065733265664
Binary1011110110110011001110011010111101111010110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD594E; }

 p { color: rgb(189,89,78); }

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

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

 a { background-color: rgb(189,89,78); }

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

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

 span { border-color: rgb(189,89,78); }

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