Html Css Color HEX #BE8487 Puce

📋 copy color: '#BE8487'

red 190 ◦ green 132 ◦ blue 135

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

Shades of Puce #BE8487

Tints of Puce #BE8487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.54%

R = 41.58%
G = 28.88%
B = 29.54%

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

#BE8487 (or 0xBE8487) is known color: Puce. HEX triplet: BE, 84 and 87. RGB value is (190,132,135). Sum of RGB (Red+Green+Blue) = 190+132+135=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8487 is #417B78. Grayscale: #959595. Windows color (decimal): -4291449 or 8881342. OLE color: 8881342.

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

Color convert

RGB 190 132 135 -
CMYK 0 0.31 0.29 0.25
HSL 356.9º 0.31% 0.63% -
HSV(B) 356.9º 0.31% 0.75% -
XYZ 33.86 29.2 26.77 -
YUV 149.68 119.72 156.76 -
System Red Green Blue C M Y K H S L
Decimal 190 132 135 0 0.31 0.29 0.25 356.9 0.31 0.63
Hex BE 84 87 0 1F 1D 19 165 1F 3F
Octal 276 204 207 0 37 35 31 545 37 77
Binary 10111110 10000100 10000111 0 11111 11101 11001 101100101 11111 111111

Color Harmonies of #BE8487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8487

Black with #BE8487

Text Example


Text Example

White with #BE8487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8487; }

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

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

background-color css

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

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

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

border-color css

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

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

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