Html Css Color HEX #BE809A Puce

📋 copy color: '#BE809A'

red 190 ◦ green 128 ◦ blue 154

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

Shades of Puce #BE809A

Tints of Puce #BE809A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.63%

R = 40.25%
G = 27.12%
B = 32.63%

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

#BE809A (or 0xBE809A) is known color: Puce. HEX triplet: BE, 80 and 9A. RGB value is (190,128,154). Sum of RGB (Red+Green+Blue) = 190+128+154=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE809A is #417F65. Grayscale: #959595. Windows color (decimal): -4292454 or 10125502. OLE color: 10125502.

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

Color convert

RGB 190 128 154 -
CMYK 0 0.33 0.19 0.25
HSL 334.84º 0.32% 0.62% -
HSV(B) 334.84º 0.33% 0.75% -
XYZ 34.79 28.72 34.28 -
YUV 149.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 190 128 154 0 0.33 0.19 0.25 334.84 0.32 0.62
Hex BE 80 9A 0 21 13 19 14F 20 3E
Octal 276 200 232 0 41 23 31 517 40 76
Binary 10111110 10000000 10011010 0 100001 10011 11001 101001111 100000 111110

Color Harmonies of #BE809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE809A

Black with #BE809A

Text Example


Text Example

White with #BE809A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE809A; }

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

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

background-color css

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

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

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

border-color css

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

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

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