#BD8F81

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

Shades of Oriental Pink #BD8F81

Tints of Oriental Pink #BD8F81

Color information

#BD8F81 (or 0xBD8F81) is unknown color: approx Oriental Pink. HEX triplet: BD, 8F and 81. RGB value is (189,143,129). Sum of RGB (Red+Green+Blue) = 189+143+129=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8F81 is #42707E. Grayscale: #9B9B9B. Windows color (decimal): -4354175 or 8490941. OLE color: 8490941.

HSL color Cylindrical-coordinate representation of color #BD8F81: hue angle of 14º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD8F81 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB189143129-
CMYK00.240.320.26
HSL14º31.25%62.35%-
HSV(B)14º31.75%74.12%-
XYZ34.7732.0525.12-
YUV155.16113.24152.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=41.00%
G=31.02%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914312900.240.320.261431.2562.35
HexBD8F81018201Ae1f3e
Octal2752172010304032163776
Binary10111101100011111000000101100010000011010111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8F81; }

 p { color: rgb(189,143,129); }

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

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

 a { background-color: rgb(189,143,129); }

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

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

 span { border-color: rgb(189,143,129); }

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