#BD5E50

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

Shades of Flame Pea #BD5E50

Tints of Flame Pea #BD5E50

Color information

#BD5E50 (or 0xBD5E50) is unknown color: approx Flame Pea. HEX triplet: BD, 5E and 50. RGB value is (189,94,80). Sum of RGB (Red+Green+Blue) = 189+94+80=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5E50 is #42A1AF. Grayscale: #787878. Windows color (decimal): -4366768 or 5267133. OLE color: 5267133.

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

Color convert

RGB1899480-
CMYK00.500.580.26
HSL7.71º45.23%52.75%-
HSV(B)7.71º57.67%74.12%-
XYZ26.4419.49.94-
YUV120.81104.97176.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.07%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=52.07%
G=25.90%
B=22.04%

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
Decimal189948000.500.580.267.7145.2352.75
HexBD5E500323A1A82d35
Octal2751361200627232105565
Binary10111101101111010100000110010111010110101000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5E50; }

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

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

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

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

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

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

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

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