#BD5C4E

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

Shades of Flame Pea #BD5C4E

Tints of Flame Pea #BD5C4E

Color information

#BD5C4E (or 0xBD5C4E) is unknown color: approx Flame Pea. HEX triplet: BD, 5C and 4E. RGB value is (189,92,78). Sum of RGB (Red+Green+Blue) = 189+92+78=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5C4E is #42A3B1. Grayscale: #777777. Windows color (decimal): -4367282 or 5135549. OLE color: 5135549.

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

Color convert

RGB1899278-
CMYK00.510.590.26
HSL7.57º45.68%52.35%-
HSV(B)7.57º58.73%74.12%-
XYZ26.1919.029.5-
YUV119.41104.64177.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.65%
GREEN value IS 92 (36.33% from 255) = 25.63%
BLUE value IS 78 (30.86% from 255) = 21.73%
R=52.65%
G=25.63%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189927800.510.590.267.5745.6852.35
HexBD5C4E0333B1A82e34
Octal2751341160637332105664
Binary10111101101110010011100110011111011110101000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5C4E; }

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

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

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

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

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

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

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

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