#BD9086

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

Shades of Oriental Pink #BD9086

Tints of Oriental Pink #BD9086

Color information

#BD9086 (or 0xBD9086) is unknown color: approx Oriental Pink. HEX triplet: BD, 90 and 86. RGB value is (189,144,134). Sum of RGB (Red+Green+Blue) = 189+144+134=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9086 is #426F79. Grayscale: #9C9C9C. Windows color (decimal): -4353914 or 8818877. OLE color: 8818877.

HSL color Cylindrical-coordinate representation of color #BD9086: hue angle of 10.91º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD9086 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB189144134-
CMYK00.240.290.26
HSL10.91º29.41%63.33%-
HSV(B)10.91º29.1%74.12%-
XYZ35.2632.4926.97-
YUV156.32115.41151.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 134 (52.73% from 255) = 28.69%
R=40.47%
G=30.84%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914413400.240.290.2610.9129.4163.33
HexBD90860181D1Ab1d3f
Octal2752202060303532133577
Binary1011110110010000100001100110001110111010101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9086; }

 p { color: rgb(189,144,134); }

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

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

 a { background-color: rgb(189,144,134); }

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

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

 span { border-color: rgb(189,144,134); }

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