#BD908A

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

Shades of Oriental Pink #BD908A

Tints of Oriental Pink #BD908A

Color information

#BD908A (or 0xBD908A) is unknown color: approx Oriental Pink. HEX triplet: BD, 90 and 8A. RGB value is (189,144,138). Sum of RGB (Red+Green+Blue) = 189+144+138=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD908A is #426F75. Grayscale: #9C9C9C. Windows color (decimal): -4353910 or 9081021. OLE color: 9081021.

HSL color Cylindrical-coordinate representation of color #BD908A: hue angle of 7.06º 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 #BD908A is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB189144138-
CMYK00.240.270.26
HSL7.06º27.87%64.12%-
HSV(B)7.06º26.98%74.12%-
XYZ35.5532.628.46-
YUV156.77117.41150.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 144 (56.64% from 255) = 30.57%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=40.13%
G=30.57%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914413800.240.270.267.0627.8764.12
HexBD908A0181B1A71c40
Octal2752202120303332734100
Binary1011110110010000100010100110001101111010111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD908A; }

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

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

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

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

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

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

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

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