Html Css Color HEX #BE8094 Puce

📋 copy color: '#BE8094'

red 190 ◦ green 128 ◦ blue 148

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

Shades of Puce #BE8094

Tints of Puce #BE8094

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.47%

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

R = 40.77%
G = 27.47%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE8094 (or 0xBE8094) is known color: Puce. HEX triplet: BE, 80 and 94. RGB value is (190,128,148). Sum of RGB (Red+Green+Blue) = 190+128+148=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8094 is #417F6B. Grayscale: #949494. Windows color (decimal): -4292460 or 9732286. OLE color: 9732286.

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

Color convert

RGB 190 128 148 -
CMYK 0 0.33 0.22 0.25
HSL 340.65º 0.32% 0.62% -
HSV(B) 340.65º 0.33% 0.75% -
XYZ 34.3 28.52 31.71 -
YUV 148.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 190 128 148 0 0.33 0.22 0.25 340.65 0.32 0.62
Hex BE 80 94 0 21 16 19 155 20 3E
Octal 276 200 224 0 41 26 31 525 40 76
Binary 10111110 10000000 10010100 0 100001 10110 11001 101010101 100000 111110

Color Harmonies of #BE8094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8094

Black with #BE8094

Text Example


Text Example

White with #BE8094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8094; }

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

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

background-color css

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

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

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

border-color css

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

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

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