#BD8D82

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

Shades of Oriental Pink #BD8D82

Tints of Oriental Pink #BD8D82

Color information

#BD8D82 (or 0xBD8D82) is unknown color: approx Oriental Pink. HEX triplet: BD, 8D and 82. RGB value is (189,141,130). Sum of RGB (Red+Green+Blue) = 189+141+130=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8D82 is #42727D. Grayscale: #9A9A9A. Windows color (decimal): -4354686 or 8555965. OLE color: 8555965.

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

Color convert

RGB189141130-
CMYK00.250.310.26
HSL11.19º30.89%62.55%-
HSV(B)11.19º31.22%74.12%-
XYZ34.5431.4825.37-
YUV154.1114.4152.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 141 (55.47% from 255) = 30.65%
BLUE value IS 130 (51.17% from 255) = 28.26%
R=41.09%
G=30.65%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914113000.250.310.2611.1930.8962.55
HexBD8D820191F1Ab1f3f
Octal2752152020313732133777
Binary1011110110001101100000100110011111111010101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8D82; }

 p { color: rgb(189,141,130); }

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

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

 a { background-color: rgb(189,141,130); }

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

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

 span { border-color: rgb(189,141,130); }

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