#BD8581

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

Shades of Oriental Pink #BD8581

Tints of Oriental Pink #BD8581

Color information

#BD8581 (or 0xBD8581) is unknown color: approx Oriental Pink. HEX triplet: BD, 85 and 81. RGB value is (189,133,129). Sum of RGB (Red+Green+Blue) = 189+133+129=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8581 is #427A7E. Grayscale: #959595. Windows color (decimal): -4356735 or 8488381. OLE color: 8488381.

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

Color convert

RGB189133129-
CMYK00.300.320.26
HSL31.25%62.35%-
HSV(B)31.75%74.12%-
XYZ33.3429.1824.64-
YUV149.29116.55156.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 133 (52.34% from 255) = 29.49%
BLUE value IS 129 (50.78% from 255) = 28.60%
R=41.91%
G=29.49%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913312900.300.320.26431.2562.35
HexBD858101E201A41f3e
Octal275205201036403243776
Binary1011110110000101100000010111101000001101010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8581; }

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

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

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

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

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

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

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

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