Html Css Color HEX #BE8692 Puce

📋 copy color: '#BE8692'

red 190 ◦ green 134 ◦ blue 146

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

Shades of Puce #BE8692

Tints of Puce #BE8692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.51%

 BLUE value IS 146 (57.42% from 255) = 31.06%

R = 40.43%
G = 28.51%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE8692 (or 0xBE8692) is known color: Puce. HEX triplet: BE, 86 and 92. RGB value is (190,134,146). Sum of RGB (Red+Green+Blue) = 190+134+146=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8692 is #41796D. Grayscale: #989898. Windows color (decimal): -4290926 or 9602750. OLE color: 9602750.

HSL color Cylindrical-coordinate representation of color #BE8692: hue angle of 347.14º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE8692 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 134 146 -
CMYK 0 0.29 0.23 0.25
HSL 347.14º 0.3% 0.64% -
HSV(B) 347.14º 0.29% 0.75% -
XYZ 34.95 30.07 31.16 -
YUV 152.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 190 134 146 0 0.29 0.23 0.25 347.14 0.3 0.64
Hex BE 86 92 0 1D 17 19 15B 1E 40
Octal 276 206 222 0 35 27 31 533 36 100
Binary 10111110 10000110 10010010 0 11101 10111 11001 101011011 11110 1000000

Color Harmonies of #BE8692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8692

Black with #BE8692

Text Example


Text Example

White with #BE8692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8692; }

 p { color: rgb(190,134,146); }

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

background-color css

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

 a { background-color: rgb(190,134,146); }

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

border-color css

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

 span { border-color: rgb(190,134,146); }

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