Html Css Color HEX #BE7E8F Puce

📋 copy color: '#BE7E8F'

red 190 ◦ green 126 ◦ blue 143

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

Shades of Puce #BE7E8F

Tints of Puce #BE7E8F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.45%

 BLUE value IS 143 (56.25% from 255) = 31.15%

R = 41.39%
G = 27.45%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE7E8F (or 0xBE7E8F) is known color: Puce. HEX triplet: BE, 7E and 8F. RGB value is (190,126,143). Sum of RGB (Red+Green+Blue) = 190+126+143=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7E8F is #418170. Grayscale: #939393. Windows color (decimal): -4292977 or 9404094. OLE color: 9404094.

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

Color convert

RGB 190 126 143 -
CMYK 0 0.34 0.25 0.25
HSL 344.06º 0.33% 0.62% -
HSV(B) 344.06º 0.34% 0.75% -
XYZ 33.65 27.85 29.59 -
YUV 147.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 190 126 143 0 0.34 0.25 0.25 344.06 0.33 0.62
Hex BE 7E 8F 0 22 19 19 158 21 3E
Octal 276 176 217 0 42 31 31 530 41 76
Binary 10111110 1111110 10001111 0 100010 11001 11001 101011000 100001 111110

Color Harmonies of #BE7E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7E8F

Black with #BE7E8F

Text Example


Text Example

White with #BE7E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7E8F; }

 p { color: rgb(190,126,143); }

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

background-color css

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

 a { background-color: rgb(190,126,143); }

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

border-color css

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

 span { border-color: rgb(190,126,143); }

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