Html Css Color HEX #BE898D Puce

📋 copy color: '#BE898D'

red 190 ◦ green 137 ◦ blue 141

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

Shades of Puce #BE898D

Tints of Puce #BE898D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.27%

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

R = 40.6%
G = 29.27%
B = 30.13%

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

#BE898D (or 0xBE898D) is known color: Puce. HEX triplet: BE, 89 and 8D. RGB value is (190,137,141). Sum of RGB (Red+Green+Blue) = 190+137+141=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE898D is #417672. Grayscale: #999999. Windows color (decimal): -4290163 or 9275838. OLE color: 9275838.

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

Color convert

RGB 190 137 141 -
CMYK 0 0.28 0.26 0.25
HSL 355.47º 0.29% 0.64% -
HSV(B) 355.47º 0.28% 0.75% -
XYZ 34.99 30.76 29.29 -
YUV 153.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 190 137 141 0 0.28 0.26 0.25 355.47 0.29 0.64
Hex BE 89 8D 0 1C 1A 19 163 1D 40
Octal 276 211 215 0 34 32 31 543 35 100
Binary 10111110 10001001 10001101 0 11100 11010 11001 101100011 11101 1000000

Color Harmonies of #BE898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE898D

Black with #BE898D

Text Example


Text Example

White with #BE898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE898D; }

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

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

background-color css

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

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

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

border-color css

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

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

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