#BE8583

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

Shades of Oriental Pink #BE8583

Tints of Oriental Pink #BE8583

Color information

#BE8583 (or 0xBE8583) is unknown color: approx Oriental Pink. HEX triplet: BE, 85 and 83. RGB value is (190,133,131). Sum of RGB (Red+Green+Blue) = 190+133+131=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8583 is #417A7C. Grayscale: #959595. Windows color (decimal): -4291197 or 8619454. OLE color: 8619454.

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

Color convert

RGB190133131-
CMYK00.30.310.25
HSL2.03º31.22%62.94%-
HSV(B)2.03º31.05%74.51%-
XYZ33.7229.3625.36-
YUV149.82117.38156.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 133 (52.34% from 255) = 29.30%
BLUE value IS 131 (51.56% from 255) = 28.85%
R=41.85%
G=29.30%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013313100.30.310.252.0331.2262.94
HexBE858301E1F1921f3f
Octal276205203036373123777
Binary10111110100001011000001101111011111110011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8583; }

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

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

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

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

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

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

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

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