#BD5E4F

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

Shades of Flame Pea #BD5E4F

Tints of Flame Pea #BD5E4F

Color information

#BD5E4F (or 0xBD5E4F) is unknown color: approx Flame Pea. HEX triplet: BD, 5E and 4F. RGB value is (189,94,79). Sum of RGB (Red+Green+Blue) = 189+94+79=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5E4F is #42A1B0. Grayscale: #787878. Windows color (decimal): -4366769 or 5201597. OLE color: 5201597.

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

Color convert

RGB1899479-
CMYK00.500.580.26
HSL8.18º45.45%52.55%-
HSV(B)8.18º58.2%74.12%-
XYZ26.419.399.75-
YUV120.7104.47176.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.21%
GREEN value IS 94 (37.11% from 255) = 25.97%
BLUE value IS 79 (31.25% from 255) = 21.82%
R=52.21%
G=25.97%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189947900.500.580.268.1845.4552.55
HexBD5E4F0323A1A82d35
Octal2751361170627232105565
Binary10111101101111010011110110010111010110101000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5E4F; }

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

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

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

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

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

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

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

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