Html Css Color HEX #BE8099 Puce

📋 copy color: '#BE8099'

red 190 ◦ green 128 ◦ blue 153

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

Shades of Puce #BE8099

Tints of Puce #BE8099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.18%

 BLUE value IS 153 (60.16% from 255) = 32.48%

R = 40.34%
G = 27.18%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE8099 (or 0xBE8099) is known color: Puce. HEX triplet: BE, 80 and 99. RGB value is (190,128,153). Sum of RGB (Red+Green+Blue) = 190+128+153=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8099 is #417F66. Grayscale: #959595. Windows color (decimal): -4292455 or 10059966. OLE color: 10059966.

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

Color convert

RGB 190 128 153 -
CMYK 0 0.33 0.19 0.25
HSL 335.81º 0.32% 0.62% -
HSV(B) 335.81º 0.33% 0.75% -
XYZ 34.7 28.69 33.84 -
YUV 149.39 130.04 156.97 -
System Red Green Blue C M Y K H S L
Decimal 190 128 153 0 0.33 0.19 0.25 335.81 0.32 0.62
Hex BE 80 99 0 21 13 19 150 20 3E
Octal 276 200 231 0 41 23 31 520 40 76
Binary 10111110 10000000 10011001 0 100001 10011 11001 101010000 100000 111110

Color Harmonies of #BE8099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8099

Black with #BE8099

Text Example


Text Example

White with #BE8099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8099; }

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

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

background-color css

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

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

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

border-color css

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

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

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