Html Css Color HEX #BE828D Puce

📋 copy color: '#BE828D'

red 190 ◦ green 130 ◦ blue 141

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

Shades of Puce #BE828D

Tints of Puce #BE828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.2%

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 41.21%
G = 28.2%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE828D (or 0xBE828D) is known color: Puce. HEX triplet: BE, 82 and 8D. RGB value is (190,130,141). Sum of RGB (Red+Green+Blue) = 190+130+141=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE828D is #417D72. Grayscale: #959595. Windows color (decimal): -4291955 or 9274046. OLE color: 9274046.

HSL color Cylindrical-coordinate representation of color #BE828D: hue angle of 349º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE828D is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 130 141 -
CMYK 0 0.32 0.26 0.25
HSL 349º 0.32% 0.63% -
HSV(B) 349º 0.32% 0.75% -
XYZ 34.03 28.84 28.97 -
YUV 149.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 190 130 141 0 0.32 0.26 0.25 349 0.32 0.63
Hex BE 82 8D 0 20 1A 19 15D 20 3F
Octal 276 202 215 0 40 32 31 535 40 77
Binary 10111110 10000010 10001101 0 100000 11010 11001 101011101 100000 111111

Color Harmonies of #BE828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE828D

Black with #BE828D

Text Example


Text Example

White with #BE828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE828D; }

 p { color: rgb(190,130,141); }

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

background-color css

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

 a { background-color: rgb(190,130,141); }

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

border-color css

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

 span { border-color: rgb(190,130,141); }

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