Html Css Color HEX #BE8889 Puce

📋 copy color: '#BE8889'

red 190 ◦ green 136 ◦ blue 137

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

Shades of Puce #BE8889

Tints of Puce #BE8889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.59%

R = 41.04%
G = 29.37%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE8889 (or 0xBE8889) is known color: Puce. HEX triplet: BE, 88 and 89. RGB value is (190,136,137). Sum of RGB (Red+Green+Blue) = 190+136+137=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8889 is #417776. Grayscale: #989898. Windows color (decimal): -4290423 or 9013438. OLE color: 9013438.

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

Color convert

RGB 190 136 137 -
CMYK 0 0.28 0.28 0.25
HSL 358.89º 0.29% 0.64% -
HSV(B) 358.89º 0.28% 0.75% -
XYZ 34.55 30.36 27.71 -
YUV 152.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 190 136 137 0 0.28 0.28 0.25 358.89 0.29 0.64
Hex BE 88 89 0 1C 1C 19 167 1D 40
Octal 276 210 211 0 34 34 31 547 35 100
Binary 10111110 10001000 10001001 0 11100 11100 11001 101100111 11101 1000000

Color Harmonies of #BE8889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8889

Black with #BE8889

Text Example


Text Example

White with #BE8889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8889; }

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

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

background-color css

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

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

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

border-color css

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

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

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