#BD8685

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

Shades of Oriental Pink #BD8685

Tints of Oriental Pink #BD8685

Color information

#BD8685 (or 0xBD8685) is unknown color: approx Oriental Pink. HEX triplet: BD, 86 and 85. RGB value is (189,134,133). Sum of RGB (Red+Green+Blue) = 189+134+133=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8685 is #42797A. Grayscale: #969696. Windows color (decimal): -4356475 or 8750781. OLE color: 8750781.

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

Color convert

RGB189134133-
CMYK00.290.300.26
HSL1.07º29.79%63.14%-
HSV(B)1.07º29.63%74.12%-
XYZ33.7529.5626.12-
YUV150.33118.22155.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.45%
GREEN value IS 134 (52.73% from 255) = 29.39%
BLUE value IS 133 (52.34% from 255) = 29.17%
R=41.45%
G=29.39%
B=29.17%

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
Decimal18913413300.290.300.261.0729.7963.14
HexBD868501D1E1A11e3f
Octal275206205035363213677
Binary1011110110000110100001010111011111011010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8685; }

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

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

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

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

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

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

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

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