#BE8C82

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

Shades of Oriental Pink #BE8C82

Tints of Oriental Pink #BE8C82

Color information

#BE8C82 (or 0xBE8C82) is unknown color: approx Oriental Pink. HEX triplet: BE, 8C and 82. RGB value is (190,140,130). Sum of RGB (Red+Green+Blue) = 190+140+130=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8C82 is #41737D. Grayscale: #999999. Windows color (decimal): -4289406 or 8555710. OLE color: 8555710.

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

Color convert

RGB190140130-
CMYK00.260.320.25
HSL10º31.58%62.75%-
HSV(B)10º31.58%74.51%-
XYZ34.6431.3225.34-
YUV153.81114.56153.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 140 (55.08% from 255) = 30.43%
BLUE value IS 130 (51.17% from 255) = 28.26%
R=41.30%
G=30.43%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014013000.260.320.251031.5862.75
HexBE8C8201A2019a203f
Octal2762142020324031124077
Binary101111101000110010000010011010100000110011010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C82; }

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

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

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

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

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

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

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

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