#BE8280

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

Shades of Oriental Pink #BE8280

Tints of Oriental Pink #BE8280

Color information

#BE8280 (or 0xBE8280) is unknown color: approx Oriental Pink. HEX triplet: BE, 82 and 80. RGB value is (190,130,128). Sum of RGB (Red+Green+Blue) = 190+130+128=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8280 is #417D7F. Grayscale: #939393. Windows color (decimal): -4291968 or 8422078. OLE color: 8422078.

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

Color convert

RGB190130128-
CMYK00.320.330.25
HSL1.94º32.29%62.35%-
HSV(B)1.94º32.63%74.51%-
XYZ33.1128.4724.17-
YUV147.71116.88158.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=42.41%
G=29.02%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013012800.320.330.251.9432.2962.35
HexBE828002021192203e
Octal276202200040413124076
Binary10111110100000101000000001000001000011100110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8280; }

 p { color: rgb(190,130,128); }

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

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

 a { background-color: rgb(190,130,128); }

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

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

 span { border-color: rgb(190,130,128); }

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