Html Css Color HEX #BE8580 Oriental Pink

📋 copy color: '#BE8580'

red 190 ◦ green 133 ◦ blue 128

#BE8580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oriental Pink #BE8580

Tints of Oriental Pink #BE8580

RGB

 RED value IS 190 (74.61% from 255) = 42.13%

 GREEN value IS 133 (52.34% from 255) = 29.49%

 BLUE value IS 128 (50.39% from 255) = 28.38%

R = 42.13%
G = 29.49%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE8580 (or 0xBE8580) is known color: Oriental Pink. HEX triplet: BE, 85 and 80. RGB value is (190,133,128). Sum of RGB (Red+Green+Blue) = 190+133+128=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8580 is #417A7F. Grayscale: #959595. Windows color (decimal): -4291200 or 8422846. OLE color: 8422846.

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

Color convert

RGB 190 133 128 -
CMYK 0 0.3 0.33 0.25
HSL 4.84º 0.32% 0.62% -
HSV(B) 4.84º 0.33% 0.75% -
XYZ 33.52 29.28 24.31 -
YUV 149.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 190 133 128 0 0.3 0.33 0.25 4.84 0.32 0.62
Hex BE 85 80 0 1E 21 19 5 20 3E
Octal 276 205 200 0 36 41 31 5 40 76
Binary 10111110 10000101 10000000 0 11110 100001 11001 101 100000 111110

Color Harmonies of #BE8580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8580

Black with #BE8580

Text Example


Text Example

White with #BE8580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8580; }

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

 H1.HeaderClassName
 {
   color: #BE8580;
 }
 .AnyTagClassName
 {
   color: #BE8580;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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