#BD8785

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

Shades of Oriental Pink #BD8785

Tints of Oriental Pink #BD8785

Color information

#BD8785 (or 0xBD8785) is unknown color: approx Oriental Pink. HEX triplet: BD, 87 and 85. RGB value is (189,135,133). Sum of RGB (Red+Green+Blue) = 189+135+133=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8785 is #42787A. Grayscale: #969696. Windows color (decimal): -4356219 or 8751037. OLE color: 8751037.

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

Color convert

RGB189135133-
CMYK00.290.300.26
HSL2.14º29.79%63.14%-
HSV(B)2.14º29.63%74.12%-
XYZ33.8829.8426.16-
YUV150.92117.89155.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.36%
GREEN value IS 135 (53.12% from 255) = 29.54%
BLUE value IS 133 (52.34% from 255) = 29.10%
R=41.36%
G=29.54%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913513300.290.300.262.1429.7963.14
HexBD878501D1E1A21e3f
Octal275207205035363223677
Binary10111101100001111000010101110111110110101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8785; }

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

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

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

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

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

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

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

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