#BD918B

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

Shades of Oriental Pink #BD918B

Tints of Oriental Pink #BD918B

Color information

#BD918B (or 0xBD918B) is unknown color: approx Oriental Pink. HEX triplet: BD, 91 and 8B. RGB value is (189,145,139). Sum of RGB (Red+Green+Blue) = 189+145+139=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD918B is #426E74. Grayscale: #9D9D9D. Windows color (decimal): -4353653 or 9146813. OLE color: 9146813.

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

Color convert

RGB189145139-
CMYK00.230.260.26
HSL7.2º27.47%64.31%-
HSV(B)7.2º26.46%74.12%-
XYZ35.7732.9328.9-
YUV157.47117.58150.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 145 (57.03% from 255) = 30.66%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=39.96%
G=30.66%
B=29.39%

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
Decimal18914513900.230.260.267.227.4764.31
HexBD918B0171A1A71b40
Octal2752212130273232733100
Binary1011110110010001100010110101111101011010111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD918B; }

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

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

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

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

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

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

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

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