#BD5C4F

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

Shades of Flame Pea #BD5C4F

Tints of Flame Pea #BD5C4F

Color information

#BD5C4F (or 0xBD5C4F) is unknown color: approx Flame Pea. HEX triplet: BD, 5C and 4F. RGB value is (189,92,79). Sum of RGB (Red+Green+Blue) = 189+92+79=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5C4F is #42A3B0. Grayscale: #777777. Windows color (decimal): -4367281 or 5201085. OLE color: 5201085.

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

Color convert

RGB1899279-
CMYK00.510.580.26
HSL7.09º45.45%52.55%-
HSV(B)7.09º58.2%74.12%-
XYZ26.2219.049.69-
YUV119.52105.14177.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.5%
GREEN value IS 92 (36.33% from 255) = 25.56%
BLUE value IS 79 (31.25% from 255) = 21.94%
R=52.5%
G=25.56%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189927900.510.580.267.0945.4552.55
HexBD5C4F0333A1A72d35
Octal275134117063723275565
Binary1011110110111001001111011001111101011010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5C4F; }

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

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

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

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

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

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

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

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