Html Css Color HEX #BE8095 Puce

📋 copy color: '#BE8095'

red 190 ◦ green 128 ◦ blue 149

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

Shades of Puce #BE8095

Tints of Puce #BE8095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.91%

R = 40.69%
G = 27.41%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE8095 (or 0xBE8095) is known color: Puce. HEX triplet: BE, 80 and 95. RGB value is (190,128,149). Sum of RGB (Red+Green+Blue) = 190+128+149=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8095 is #417F6A. Grayscale: #949494. Windows color (decimal): -4292459 or 9797822. OLE color: 9797822.

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

Color convert

RGB 190 128 149 -
CMYK 0 0.33 0.22 0.25
HSL 339.68º 0.32% 0.62% -
HSV(B) 339.68º 0.33% 0.75% -
XYZ 34.38 28.56 32.13 -
YUV 148.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 190 128 149 0 0.33 0.22 0.25 339.68 0.32 0.62
Hex BE 80 95 0 21 16 19 154 20 3E
Octal 276 200 225 0 41 26 31 524 40 76
Binary 10111110 10000000 10010101 0 100001 10110 11001 101010100 100000 111110

Color Harmonies of #BE8095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8095

Black with #BE8095

Text Example


Text Example

White with #BE8095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8095; }

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

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

background-color css

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

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

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

border-color css

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

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

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