#BD5E4B

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

Shades of Flame Pea #BD5E4B

Tints of Flame Pea #BD5E4B

Color information

#BD5E4B (or 0xBD5E4B) is unknown color: approx Flame Pea. HEX triplet: BD, 5E and 4B. RGB value is (189,94,75). Sum of RGB (Red+Green+Blue) = 189+94+75=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5E4B is #42A1B4. Grayscale: #787878. Windows color (decimal): -4366773 or 4939453. OLE color: 4939453.

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

Color convert

RGB1899475-
CMYK00.500.600.26
HSL10º46.34%51.76%-
HSV(B)10º60.32%74.12%-
XYZ26.2619.339-
YUV120.24102.47177.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.79%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=52.79%
G=26.26%
B=20.95%

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
Decimal189947500.500.600.261046.3451.76
HexBD5E4B0323C1Aa2e34
Octal2751361130627432125664
Binary10111101101111010010110110010111100110101010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5E4B; }

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

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

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

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

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

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

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

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