#BE8D88

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

Shades of Oriental Pink #BE8D88

Tints of Oriental Pink #BE8D88

Color information

#BE8D88 (or 0xBE8D88) is unknown color: approx Oriental Pink. HEX triplet: BE, 8D and 88. RGB value is (190,141,136). Sum of RGB (Red+Green+Blue) = 190+141+136=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8D88 is #417277. Grayscale: #9B9B9B. Windows color (decimal): -4289144 or 8949182. OLE color: 8949182.

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

Color convert

RGB190141136-
CMYK00.260.280.25
HSL5.56º29.35%63.92%-
HSV(B)5.56º28.42%74.51%-
XYZ35.231.7727.57-
YUV155.08117.23152.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 136 (53.52% from 255) = 29.12%
R=40.69%
G=30.19%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014113600.260.280.255.5629.3563.92
HexBE8D8801A1C1961d40
Octal2762152100323431635100
Binary1011111010001101100010000110101110011001110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D88; }

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

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

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

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

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

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

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

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