#BD8F8A

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

Shades of Oriental Pink #BD8F8A

Tints of Oriental Pink #BD8F8A

Color information

#BD8F8A (or 0xBD8F8A) is unknown color: approx Oriental Pink. HEX triplet: BD, 8F and 8A. RGB value is (189,143,138). Sum of RGB (Red+Green+Blue) = 189+143+138=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8F8A is #427075. Grayscale: #9C9C9C. Windows color (decimal): -4354166 or 9080765. OLE color: 9080765.

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

Color convert

RGB189143138-
CMYK00.240.270.26
HSL5.88º27.87%64.12%-
HSV(B)5.88º26.98%74.12%-
XYZ35.432.328.41-
YUV156.18117.74151.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 143 (56.25% from 255) = 30.43%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=40.21%
G=30.43%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914313800.240.270.265.8827.8764.12
HexBD8F8A0181B1A61c40
Octal2752172120303332634100
Binary1011110110001111100010100110001101111010110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8F8A; }

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

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

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

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

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

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

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

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