Html Css Color HEX #BE8097 Puce

📋 copy color: '#BE8097'

red 190 ◦ green 128 ◦ blue 151

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

Shades of Puce #BE8097

Tints of Puce #BE8097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.2%

R = 40.51%
G = 27.29%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BE8097 (or 0xBE8097) is known color: Puce. HEX triplet: BE, 80 and 97. RGB value is (190,128,151). Sum of RGB (Red+Green+Blue) = 190+128+151=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8097 is #417F68. Grayscale: #959595. Windows color (decimal): -4292457 or 9928894. OLE color: 9928894.

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

Color convert

RGB 190 128 151 -
CMYK 0 0.33 0.21 0.25
HSL 337.74º 0.32% 0.62% -
HSV(B) 337.74º 0.33% 0.75% -
XYZ 34.54 28.62 32.98 -
YUV 149.16 129.04 157.13 -
System Red Green Blue C M Y K H S L
Decimal 190 128 151 0 0.33 0.21 0.25 337.74 0.32 0.62
Hex BE 80 97 0 21 15 19 152 20 3E
Octal 276 200 227 0 41 25 31 522 40 76
Binary 10111110 10000000 10010111 0 100001 10101 11001 101010010 100000 111110

Color Harmonies of #BE8097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8097

Black with #BE8097

Text Example


Text Example

White with #BE8097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8097; }

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

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

background-color css

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

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

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

border-color css

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

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

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