#BD8A87

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

Shades of Oriental Pink #BD8A87

Tints of Oriental Pink #BD8A87

Color information

#BD8A87 (or 0xBD8A87) is unknown color: approx Oriental Pink. HEX triplet: BD, 8A and 87. RGB value is (189,138,135). Sum of RGB (Red+Green+Blue) = 189+138+135=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8A87 is #427578. Grayscale: #989898. Windows color (decimal): -4355449 or 8882877. OLE color: 8882877.

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

Color convert

RGB189138135-
CMYK00.270.290.26
HSL3.33º29.03%63.53%-
HSV(B)3.33º28.57%74.12%-
XYZ34.4530.7527.04-
YUV152.91117.9153.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 138 (54.30% from 255) = 29.87%
BLUE value IS 135 (53.12% from 255) = 29.22%
R=40.91%
G=29.87%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913813500.270.290.263.3329.0363.53
HexBD8A8701B1D1A31d40
Octal2752122070333532335100
Binary101111011000101010000111011011111011101011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8A87; }

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

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

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

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

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

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

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

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