Html Css Color HEX #BE7E8E Puce

📋 copy color: '#BE7E8E'

red 190 ◦ green 126 ◦ blue 142

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

Shades of Puce #BE7E8E

Tints of Puce #BE7E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31%

R = 41.48%
G = 27.51%
B = 31%

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

#BE7E8E (or 0xBE7E8E) is known color: Puce. HEX triplet: BE, 7E and 8E. RGB value is (190,126,142). Sum of RGB (Red+Green+Blue) = 190+126+142=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7E8E is #418171. Grayscale: #929292. Windows color (decimal): -4292978 or 9338558. OLE color: 9338558.

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

Color convert

RGB 190 126 142 -
CMYK 0 0.34 0.25 0.25
HSL 345º 0.33% 0.62% -
HSV(B) 345º 0.34% 0.75% -
XYZ 33.58 27.82 29.19 -
YUV 146.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 190 126 142 0 0.34 0.25 0.25 345 0.33 0.62
Hex BE 7E 8E 0 22 19 19 159 21 3E
Octal 276 176 216 0 42 31 31 531 41 76
Binary 10111110 1111110 10001110 0 100010 11001 11001 101011001 100001 111110

Color Harmonies of #BE7E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7E8E

Black with #BE7E8E

Text Example


Text Example

White with #BE7E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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