#BD9E9A

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

Shades of Eunry #BD9E9A

Tints of Eunry #BD9E9A

Color information

#BD9E9A (or 0xBD9E9A) is unknown color: approx Eunry. HEX triplet: BD, 9E and 9A. RGB value is (189,158,154). Sum of RGB (Red+Green+Blue) = 189+158+154=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9E9A is #426165. Grayscale: #A6A6A6. Windows color (decimal): -4350310 or 10133181. OLE color: 10133181.

HSL color Cylindrical-coordinate representation of color #BD9E9A: hue angle of 6.86º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BD9E9A is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB189158154-
CMYK00.160.190.26
HSL6.86º20.96%67.25%-
HSV(B)6.86º18.52%74.12%-
XYZ39.0537.6135.77-
YUV166.81120.77143.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 158 (62.11% from 255) = 31.54%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=37.72%
G=31.54%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915815400.160.190.266.8620.9667.25
HexBD9E9A010131A71543
Octal2752362320202332725103
Binary1011110110011110100110100100001001111010111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9E9A; }

 p { color: rgb(189,158,154); }

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

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

 a { background-color: rgb(189,158,154); }

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

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

 span { border-color: rgb(189,158,154); }

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