#BE9288

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

Shades of Oriental Pink #BE9288

Tints of Oriental Pink #BE9288

Color information

#BE9288 (or 0xBE9288) is unknown color: approx Oriental Pink. HEX triplet: BE, 92 and 88. RGB value is (190,146,136). Sum of RGB (Red+Green+Blue) = 190+146+136=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9288 is #416D77. Grayscale: #9E9E9E. Windows color (decimal): -4287864 or 8950462. OLE color: 8950462.

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

Color convert

RGB190146136-
CMYK00.230.280.25
HSL11.11º29.35%63.92%-
HSV(B)11.11º28.42%74.51%-
XYZ35.9633.2827.82-
YUV158.02115.58150.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 136 (53.52% from 255) = 28.81%
R=40.25%
G=30.93%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014613600.230.280.2511.1129.3563.92
HexBE92880171C19b1d40
Octal27622221002734311335100
Binary10111110100100101000100001011111100110011011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9288; }

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

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

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

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

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

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

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

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