Html Css Color HEX #BE838D Puce

📋 copy color: '#BE838D'

red 190 ◦ green 131 ◦ blue 141

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

Shades of Puce #BE838D

Tints of Puce #BE838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.35%

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

R = 41.13%
G = 28.35%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE838D (or 0xBE838D) is known color: Puce. HEX triplet: BE, 83 and 8D. RGB value is (190,131,141). Sum of RGB (Red+Green+Blue) = 190+131+141=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE838D is #417C72. Grayscale: #959595. Windows color (decimal): -4291699 or 9274302. OLE color: 9274302.

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

Color convert

RGB 190 131 141 -
CMYK 0 0.31 0.26 0.25
HSL 349.83º 0.31% 0.63% -
HSV(B) 349.83º 0.31% 0.75% -
XYZ 34.16 29.1 29.02 -
YUV 149.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 190 131 141 0 0.31 0.26 0.25 349.83 0.31 0.63
Hex BE 83 8D 0 1F 1A 19 15E 1F 3F
Octal 276 203 215 0 37 32 31 536 37 77
Binary 10111110 10000011 10001101 0 11111 11010 11001 101011110 11111 111111

Color Harmonies of #BE838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE838D

Black with #BE838D

Text Example


Text Example

White with #BE838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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