Html Css Color HEX #BE7C94 Puce

📋 copy color: '#BE7C94'

red 190 ◦ green 124 ◦ blue 148

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

Shades of Puce #BE7C94

Tints of Puce #BE7C94

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.84%

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

R = 41.13%
G = 26.84%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE7C94 (or 0xBE7C94) is known color: Puce. HEX triplet: BE, 7C and 94. RGB value is (190,124,148). Sum of RGB (Red+Green+Blue) = 190+124+148=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7C94 is #41836B. Grayscale: #929292. Windows color (decimal): -4293484 or 9731262. OLE color: 9731262.

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

Color convert

RGB 190 124 148 -
CMYK 0 0.35 0.22 0.25
HSL 338.18º 0.34% 0.62% -
HSV(B) 338.18º 0.35% 0.75% -
XYZ 33.79 27.5 31.54 -
YUV 146.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 190 124 148 0 0.35 0.22 0.25 338.18 0.34 0.62
Hex BE 7C 94 0 23 16 19 152 22 3E
Octal 276 174 224 0 43 26 31 522 42 76
Binary 10111110 1111100 10010100 0 100011 10110 11001 101010010 100010 111110

Color Harmonies of #BE7C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7C94

Black with #BE7C94

Text Example


Text Example

White with #BE7C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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