#BF8C82

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

Shades of Oriental Pink #BF8C82

Tints of Oriental Pink #BF8C82

Color information

#BF8C82 (or 0xBF8C82) is unknown color: approx Oriental Pink. HEX triplet: BF, 8C and 82. RGB value is (191,140,130). Sum of RGB (Red+Green+Blue) = 191+140+130=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8C82 is #40737D. Grayscale: #9A9A9A. Windows color (decimal): -4223870 or 8555711. OLE color: 8555711.

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

Color convert

RGB191140130-
CMYK00.270.320.25
HSL9.84º32.28%62.94%-
HSV(B)9.84º31.94%74.9%-
XYZ34.8931.4425.35-
YUV154.11114.4154.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 140 (55.08% from 255) = 30.37%
BLUE value IS 130 (51.17% from 255) = 28.20%
R=41.43%
G=30.37%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114013000.270.320.259.8432.2862.94
HexBF8C8201B2019a203f
Octal2772142020334031124077
Binary101111111000110010000010011011100000110011010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C82; }

 p { color: rgb(191,140,130); }

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

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

 a { background-color: rgb(191,140,130); }

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

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

 span { border-color: rgb(191,140,130); }

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