Html Css Color HEX #BE888D Puce

📋 copy color: '#BE888D'

red 190 ◦ green 136 ◦ blue 141

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

Shades of Puce #BE888D

Tints of Puce #BE888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.12%

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

R = 40.69%
G = 29.12%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE888D (or 0xBE888D) is known color: Puce. HEX triplet: BE, 88 and 8D. RGB value is (190,136,141). Sum of RGB (Red+Green+Blue) = 190+136+141=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE888D is #417772. Grayscale: #989898. Windows color (decimal): -4290419 or 9275582. OLE color: 9275582.

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

Color convert

RGB 190 136 141 -
CMYK 0 0.28 0.26 0.25
HSL 354.44º 0.29% 0.64% -
HSV(B) 354.44º 0.28% 0.75% -
XYZ 34.85 30.48 29.25 -
YUV 152.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 190 136 141 0 0.28 0.26 0.25 354.44 0.29 0.64
Hex BE 88 8D 0 1C 1A 19 162 1D 40
Octal 276 210 215 0 34 32 31 542 35 100
Binary 10111110 10001000 10001101 0 11100 11010 11001 101100010 11101 1000000

Color Harmonies of #BE888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE888D

Black with #BE888D

Text Example


Text Example

White with #BE888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE888D; }

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

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

background-color css

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

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

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

border-color css

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

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

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