#BE8E8A

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

Shades of Oriental Pink #BE8E8A

Tints of Oriental Pink #BE8E8A

Color information

#BE8E8A (or 0xBE8E8A) is unknown color: approx Oriental Pink. HEX triplet: BE, 8E and 8A. RGB value is (190,142,138). Sum of RGB (Red+Green+Blue) = 190+142+138=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8E8A is #417175. Grayscale: #9B9B9B. Windows color (decimal): -4288886 or 9080510. OLE color: 9080510.

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

Color convert

RGB190142138-
CMYK00.250.270.25
HSL4.62º28.57%64.31%-
HSV(B)4.62º27.37%74.51%-
XYZ35.532.1328.38-
YUV155.9117.9152.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 142 (55.86% from 255) = 30.21%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=40.43%
G=30.21%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014213800.250.270.254.6228.5764.31
HexBE8E8A0191B1951d40
Octal2762162120313331535100
Binary1011111010001110100010100110011101111001101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E8A; }

 p { color: rgb(190,142,138); }

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

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

 a { background-color: rgb(190,142,138); }

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

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

 span { border-color: rgb(190,142,138); }

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