Html Css Color HEX #BE8093 Puce

📋 copy color: '#BE8093'

red 190 ◦ green 128 ◦ blue 147

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

Shades of Puce #BE8093

Tints of Puce #BE8093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.61%

R = 40.86%
G = 27.53%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE8093 (or 0xBE8093) is known color: Puce. HEX triplet: BE, 80 and 93. RGB value is (190,128,147). Sum of RGB (Red+Green+Blue) = 190+128+147=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8093 is #417F6C. Grayscale: #949494. Windows color (decimal): -4292461 or 9666750. OLE color: 9666750.

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

Color convert

RGB 190 128 147 -
CMYK 0 0.33 0.23 0.25
HSL 341.61º 0.32% 0.62% -
HSV(B) 341.61º 0.33% 0.75% -
XYZ 34.22 28.49 31.3 -
YUV 148.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 190 128 147 0 0.33 0.23 0.25 341.61 0.32 0.62
Hex BE 80 93 0 21 17 19 156 20 3E
Octal 276 200 223 0 41 27 31 526 40 76
Binary 10111110 10000000 10010011 0 100001 10111 11001 101010110 100000 111110

Color Harmonies of #BE8093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8093

Black with #BE8093

Text Example


Text Example

White with #BE8093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8093; }

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

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

background-color css

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

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

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

border-color css

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

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

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