Html Css Color HEX #BE8194 Puce

📋 copy color: '#BE8194'

red 190 ◦ green 129 ◦ blue 148

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

Shades of Puce #BE8194

Tints of Puce #BE8194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.62%

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

R = 40.69%
G = 27.62%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE8194 (or 0xBE8194) is known color: Puce. HEX triplet: BE, 81 and 94. RGB value is (190,129,148). Sum of RGB (Red+Green+Blue) = 190+129+148=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8194 is #417E6B. Grayscale: #959595. Windows color (decimal): -4292204 or 9732542. OLE color: 9732542.

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

Color convert

RGB 190 129 148 -
CMYK 0 0.32 0.22 0.25
HSL 341.31º 0.32% 0.63% -
HSV(B) 341.31º 0.32% 0.75% -
XYZ 34.43 28.79 31.76 -
YUV 149.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 190 129 148 0 0.32 0.22 0.25 341.31 0.32 0.63
Hex BE 81 94 0 20 16 19 155 20 3F
Octal 276 201 224 0 40 26 31 525 40 77
Binary 10111110 10000001 10010100 0 100000 10110 11001 101010101 100000 111111

Color Harmonies of #BE8194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8194

Black with #BE8194

Text Example


Text Example

White with #BE8194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8194; }

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

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

background-color css

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

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

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

border-color css

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

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

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