#BD5E4C

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

Shades of Flame Pea #BD5E4C

Tints of Flame Pea #BD5E4C

Color information

#BD5E4C (or 0xBD5E4C) is unknown color: approx Flame Pea. HEX triplet: BD, 5E and 4C. RGB value is (189,94,76). Sum of RGB (Red+Green+Blue) = 189+94+76=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5E4C is #42A1B3. Grayscale: #787878. Windows color (decimal): -4366772 or 5004989. OLE color: 5004989.

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

Color convert

RGB1899476-
CMYK00.500.600.26
HSL9.56º46.12%51.96%-
HSV(B)9.56º59.79%74.12%-
XYZ26.2919.359.19-
YUV120.35102.97176.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.65%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 76 (30.08% from 255) = 21.17%
R=52.65%
G=26.18%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189947600.500.600.269.5646.1251.96
HexBD5E4C0323C1Aa2e34
Octal2751361140627432125664
Binary10111101101111010011000110010111100110101010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5E4C; }

 p { color: rgb(189,94,76); }

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

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

 a { background-color: rgb(189,94,76); }

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

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

 span { border-color: rgb(189,94,76); }

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