Html Css Color HEX #BE858E Puce

📋 copy color: '#BE858E'

red 190 ◦ green 133 ◦ blue 142

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

Shades of Puce #BE858E

Tints of Puce #BE858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.6%

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 40.86%
G = 28.6%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE858E (or 0xBE858E) is known color: Puce. HEX triplet: BE, 85 and 8E. RGB value is (190,133,142). Sum of RGB (Red+Green+Blue) = 190+133+142=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE858E is #417A71. Grayscale: #979797. Windows color (decimal): -4291186 or 9340350. OLE color: 9340350.

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

Color convert

RGB 190 133 142 -
CMYK 0 0.3 0.25 0.25
HSL 350.53º 0.3% 0.63% -
HSV(B) 350.53º 0.3% 0.75% -
XYZ 34.51 29.68 29.5 -
YUV 151.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 190 133 142 0 0.3 0.25 0.25 350.53 0.3 0.63
Hex BE 85 8E 0 1E 19 19 15F 1E 3F
Octal 276 205 216 0 36 31 31 537 36 77
Binary 10111110 10000101 10001110 0 11110 11001 11001 101011111 11110 111111

Color Harmonies of #BE858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE858E

Black with #BE858E

Text Example


Text Example

White with #BE858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE858E; }

 p { color: rgb(190,133,142); }

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

background-color css

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

 a { background-color: rgb(190,133,142); }

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

border-color css

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

 span { border-color: rgb(190,133,142); }

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