#BD918C

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

Shades of Oriental Pink #BD918C

Tints of Oriental Pink #BD918C

Color information

#BD918C (or 0xBD918C) is unknown color: approx Oriental Pink. HEX triplet: BD, 91 and 8C. RGB value is (189,145,140). Sum of RGB (Red+Green+Blue) = 189+145+140=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD918C is #426E73. Grayscale: #9D9D9D. Windows color (decimal): -4353652 or 9212349. OLE color: 9212349.

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

Color convert

RGB189145140-
CMYK00.230.260.26
HSL6.12º27.07%64.51%-
HSV(B)6.12º25.93%74.12%-
XYZ35.8532.9629.28-
YUV157.59118.08150.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 140 (55.08% from 255) = 29.54%
R=39.87%
G=30.59%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914514000.230.260.266.1227.0764.51
HexBD918C0171A1A61b41
Octal2752212140273232633101
Binary1011110110010001100011000101111101011010110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD918C; }

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

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

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

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

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

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

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

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