#BE8885

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

Shades of Oriental Pink #BE8885

Tints of Oriental Pink #BE8885

Color information

#BE8885 (or 0xBE8885) is unknown color: approx Oriental Pink. HEX triplet: BE, 88 and 85. RGB value is (190,136,133). Sum of RGB (Red+Green+Blue) = 190+136+133=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8885 is #41777A. Grayscale: #979797. Windows color (decimal): -4290427 or 8751294. OLE color: 8751294.

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

Color convert

RGB190136133-
CMYK00.280.30.25
HSL3.16º30.48%63.33%-
HSV(B)3.16º30%74.51%-
XYZ34.2730.2526.22-
YUV151.8117.39155.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 133 (52.34% from 255) = 28.98%
R=41.39%
G=29.63%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013613300.280.30.253.1630.4863.33
HexBE888501C1E1931e3f
Octal276210205034363133677
Binary10111110100010001000010101110011110110011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8885; }

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

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

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

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

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

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

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

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