#BE8785

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

Shades of Oriental Pink #BE8785

Tints of Oriental Pink #BE8785

Color information

#BE8785 (or 0xBE8785) is unknown color: approx Oriental Pink. HEX triplet: BE, 87 and 85. RGB value is (190,135,133). Sum of RGB (Red+Green+Blue) = 190+135+133=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8785 is #41787A. Grayscale: #979797. Windows color (decimal): -4290683 or 8751038. OLE color: 8751038.

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

Color convert

RGB190135133-
CMYK00.290.30.25
HSL2.11º30.48%63.33%-
HSV(B)2.11º30%74.51%-
XYZ34.1329.9726.18-
YUV151.22117.72155.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 133 (52.34% from 255) = 29.04%
R=41.48%
G=29.48%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013513300.290.30.252.1130.4863.33
HexBE878501D1E1921e3f
Octal276207205035363123677
Binary10111110100001111000010101110111110110011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8785; }

 p { color: rgb(190,135,133); }

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

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

 a { background-color: rgb(190,135,133); }

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

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

 span { border-color: rgb(190,135,133); }

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