#BE9085

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

Shades of Oriental Pink #BE9085

Tints of Oriental Pink #BE9085

Color information

#BE9085 (or 0xBE9085) is unknown color: approx Oriental Pink. HEX triplet: BE, 90 and 85. RGB value is (190,144,133). Sum of RGB (Red+Green+Blue) = 190+144+133=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9085 is #416F7A. Grayscale: #9C9C9C. Windows color (decimal): -4288379 or 8753342. OLE color: 8753342.

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

Color convert

RGB190144133-
CMYK00.240.30.25
HSL11.58º30.48%63.33%-
HSV(B)11.58º30%74.51%-
XYZ35.4432.5926.61-
YUV156.5114.74151.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 133 (52.34% from 255) = 28.48%
R=40.69%
G=30.84%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014413300.240.30.2511.5830.4863.33
HexBE90850181E19c1e3f
Octal2762202050303631143677
Binary1011111010010000100001010110001111011001110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9085; }

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

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

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

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

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

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

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

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