Html Css Color HEX #BE8394 Puce

📋 copy color: '#BE8394'

red 190 ◦ green 131 ◦ blue 148

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

Shades of Puce #BE8394

Tints of Puce #BE8394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.56%

R = 40.51%
G = 27.93%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE8394 (or 0xBE8394) is known color: Puce. HEX triplet: BE, 83 and 94. RGB value is (190,131,148). Sum of RGB (Red+Green+Blue) = 190+131+148=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8394 is #417C6B. Grayscale: #969696. Windows color (decimal): -4291692 or 9733054. OLE color: 9733054.

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

Color convert

RGB 190 131 148 -
CMYK 0 0.31 0.22 0.25
HSL 342.71º 0.31% 0.63% -
HSV(B) 342.71º 0.31% 0.75% -
XYZ 34.7 29.32 31.85 -
YUV 150.58 126.55 156.12 -
System Red Green Blue C M Y K H S L
Decimal 190 131 148 0 0.31 0.22 0.25 342.71 0.31 0.63
Hex BE 83 94 0 1F 16 19 157 1F 3F
Octal 276 203 224 0 37 26 31 527 37 77
Binary 10111110 10000011 10010100 0 11111 10110 11001 101010111 11111 111111

Color Harmonies of #BE8394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8394

Black with #BE8394

Text Example


Text Example

White with #BE8394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8394; }

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

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

background-color css

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

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

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

border-color css

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

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

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