Html Css Color HEX #BE808E Puce

📋 copy color: '#BE808E'

red 190 ◦ green 128 ◦ blue 142

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

Shades of Puce #BE808E

Tints of Puce #BE808E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.87%

R = 41.3%
G = 27.83%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE808E (or 0xBE808E) is known color: Puce. HEX triplet: BE, 80 and 8E. RGB value is (190,128,142). Sum of RGB (Red+Green+Blue) = 190+128+142=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE808E is #417F71. Grayscale: #949494. Windows color (decimal): -4292466 or 9339070. OLE color: 9339070.

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

Color convert

RGB 190 128 142 -
CMYK 0 0.33 0.25 0.25
HSL 346.45º 0.32% 0.62% -
HSV(B) 346.45º 0.33% 0.75% -
XYZ 33.84 28.34 29.28 -
YUV 148.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 190 128 142 0 0.33 0.25 0.25 346.45 0.32 0.62
Hex BE 80 8E 0 21 19 19 15A 20 3E
Octal 276 200 216 0 41 31 31 532 40 76
Binary 10111110 10000000 10001110 0 100001 11001 11001 101011010 100000 111110

Color Harmonies of #BE808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE808E

Black with #BE808E

Text Example


Text Example

White with #BE808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE808E; }

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

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

background-color css

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

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

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

border-color css

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

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

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