Html Css Color HEX #BE878D Puce

📋 copy color: '#BE878D'

red 190 ◦ green 135 ◦ blue 141

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

Shades of Puce #BE878D

Tints of Puce #BE878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.97%

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

R = 40.77%
G = 28.97%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE878D (or 0xBE878D) is known color: Puce. HEX triplet: BE, 87 and 8D. RGB value is (190,135,141). Sum of RGB (Red+Green+Blue) = 190+135+141=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE878D is #417872. Grayscale: #989898. Windows color (decimal): -4290675 or 9275326. OLE color: 9275326.

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

Color convert

RGB 190 135 141 -
CMYK 0 0.29 0.26 0.25
HSL 353.45º 0.3% 0.64% -
HSV(B) 353.45º 0.29% 0.75% -
XYZ 34.71 30.2 29.2 -
YUV 152.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 190 135 141 0 0.29 0.26 0.25 353.45 0.3 0.64
Hex BE 87 8D 0 1D 1A 19 161 1E 40
Octal 276 207 215 0 35 32 31 541 36 100
Binary 10111110 10000111 10001101 0 11101 11010 11001 101100001 11110 1000000

Color Harmonies of #BE878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE878D

Black with #BE878D

Text Example


Text Example

White with #BE878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE878D; }

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

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

background-color css

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

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

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

border-color css

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

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

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