#BD9188

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

Shades of Oriental Pink #BD9188

Tints of Oriental Pink #BD9188

Color information

#BD9188 (or 0xBD9188) is unknown color: approx Oriental Pink. HEX triplet: BD, 91 and 88. RGB value is (189,145,136). Sum of RGB (Red+Green+Blue) = 189+145+136=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9188 is #426E77. Grayscale: #9D9D9D. Windows color (decimal): -4353656 or 8950205. OLE color: 8950205.

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

Color convert

RGB189145136-
CMYK00.230.280.26
HSL10.19º28.65%63.73%-
HSV(B)10.19º28.04%74.12%-
XYZ35.5632.8527.76-
YUV157.13116.08150.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 136 (53.52% from 255) = 28.94%
R=40.21%
G=30.85%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914513600.230.280.2610.1928.6563.73
HexBD91880171C1Aa1d40
Octal27522121002734321235100
Binary10111101100100011000100001011111100110101010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9188; }

 p { color: rgb(189,145,136); }

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

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

 a { background-color: rgb(189,145,136); }

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

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

 span { border-color: rgb(189,145,136); }

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