Html Css Color HEX #BE828A Puce

📋 copy color: '#BE828A'

red 190 ◦ green 130 ◦ blue 138

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

Shades of Puce #BE828A

Tints of Puce #BE828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.13%

R = 41.48%
G = 28.38%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE828A (or 0xBE828A) is known color: Puce. HEX triplet: BE, 82 and 8A. RGB value is (190,130,138). Sum of RGB (Red+Green+Blue) = 190+130+138=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE828A is #417D75. Grayscale: #949494. Windows color (decimal): -4291958 or 9077438. OLE color: 9077438.

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

Color convert

RGB 190 130 138 -
CMYK 0 0.32 0.27 0.25
HSL 352º 0.32% 0.63% -
HSV(B) 352º 0.32% 0.75% -
XYZ 33.81 28.75 27.81 -
YUV 148.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 190 130 138 0 0.32 0.27 0.25 352 0.32 0.63
Hex BE 82 8A 0 20 1B 19 160 20 3F
Octal 276 202 212 0 40 33 31 540 40 77
Binary 10111110 10000010 10001010 0 100000 11011 11001 101100000 100000 111111

Color Harmonies of #BE828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE828A

Black with #BE828A

Text Example


Text Example

White with #BE828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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