#BD918A

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

Shades of Oriental Pink #BD918A

Tints of Oriental Pink #BD918A

Color information

#BD918A (or 0xBD918A) is unknown color: approx Oriental Pink. HEX triplet: BD, 91 and 8A. RGB value is (189,145,138). Sum of RGB (Red+Green+Blue) = 189+145+138=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD918A is #426E75. Grayscale: #9D9D9D. Windows color (decimal): -4353654 or 9081277. OLE color: 9081277.

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

Color convert

RGB189145138-
CMYK00.230.270.26
HSL8.24º27.87%64.12%-
HSV(B)8.24º26.98%74.12%-
XYZ35.732.928.51-
YUV157.36117.08150.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=40.04%
G=30.72%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914513800.230.270.268.2427.8764.12
HexBD918A0171B1A81c40
Octal27522121202733321034100
Binary10111101100100011000101001011111011110101000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD918A; }

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

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

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

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

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

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

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

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