Html Css Color HEX #BE7F8F Puce

📋 copy color: '#BE7F8F'

red 190 ◦ green 127 ◦ blue 143

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

Shades of Puce #BE7F8F

Tints of Puce #BE7F8F

RGB

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

 GREEN value IS 127 (50% from 255) = 27.61%

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

R = 41.3%
G = 27.61%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE7F8F (or 0xBE7F8F) is known color: Puce. HEX triplet: BE, 7F and 8F. RGB value is (190,127,143). Sum of RGB (Red+Green+Blue) = 190+127+143=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F8F is #418070. Grayscale: #939393. Windows color (decimal): -4292721 or 9404350. OLE color: 9404350.

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

Color convert

RGB 190 127 143 -
CMYK 0 0.33 0.25 0.25
HSL 344.76º 0.33% 0.62% -
HSV(B) 344.76º 0.33% 0.75% -
XYZ 33.78 28.11 29.63 -
YUV 147.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 190 127 143 0 0.33 0.25 0.25 344.76 0.33 0.62
Hex BE 7F 8F 0 21 19 19 159 21 3E
Octal 276 177 217 0 41 31 31 531 41 76
Binary 10111110 1111111 10001111 0 100001 11001 11001 101011001 100001 111110

Color Harmonies of #BE7F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F8F

Black with #BE7F8F

Text Example


Text Example

White with #BE7F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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