Html Css Color HEX #BE8486 Puce

📋 copy color: '#BE8486'

red 190 ◦ green 132 ◦ blue 134

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

Shades of Puce #BE8486

Tints of Puce #BE8486

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.95%

 BLUE value IS 134 (52.73% from 255) = 29.39%

R = 41.67%
G = 28.95%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE8486 (or 0xBE8486) is known color: Puce. HEX triplet: BE, 84 and 86. RGB value is (190,132,134). Sum of RGB (Red+Green+Blue) = 190+132+134=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8486 is #417B79. Grayscale: #959595. Windows color (decimal): -4291450 or 8815806. OLE color: 8815806.

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

Color convert

RGB 190 132 134 -
CMYK 0 0.31 0.29 0.25
HSL 357.93º 0.31% 0.63% -
HSV(B) 357.93º 0.31% 0.75% -
XYZ 33.79 29.17 26.4 -
YUV 149.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 190 132 134 0 0.31 0.29 0.25 357.93 0.31 0.63
Hex BE 84 86 0 1F 1D 19 166 1F 3F
Octal 276 204 206 0 37 35 31 546 37 77
Binary 10111110 10000100 10000110 0 11111 11101 11001 101100110 11111 111111

Color Harmonies of #BE8486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8486

Black with #BE8486

Text Example


Text Example

White with #BE8486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8486; }

 p { color: rgb(190,132,134); }

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

background-color css

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

 a { background-color: rgb(190,132,134); }

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

border-color css

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

 span { border-color: rgb(190,132,134); }

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