Html Css Color HEX #BE8689 Puce

📋 copy color: '#BE8689'

red 190 ◦ green 134 ◦ blue 137

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

Shades of Puce #BE8689

Tints of Puce #BE8689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.72%

R = 41.21%
G = 29.07%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE8689 (or 0xBE8689) is known color: Puce. HEX triplet: BE, 86 and 89. RGB value is (190,134,137). Sum of RGB (Red+Green+Blue) = 190+134+137=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8689 is #417976. Grayscale: #979797. Windows color (decimal): -4290935 or 9012926. OLE color: 9012926.

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

Color convert

RGB 190 134 137 -
CMYK 0 0.29 0.28 0.25
HSL 356.79º 0.3% 0.64% -
HSV(B) 356.79º 0.29% 0.75% -
XYZ 34.28 29.8 27.61 -
YUV 151.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 190 134 137 0 0.29 0.28 0.25 356.79 0.3 0.64
Hex BE 86 89 0 1D 1C 19 165 1E 40
Octal 276 206 211 0 35 34 31 545 36 100
Binary 10111110 10000110 10001001 0 11101 11100 11001 101100101 11110 1000000

Color Harmonies of #BE8689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8689

Black with #BE8689

Text Example


Text Example

White with #BE8689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8689; }

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

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

background-color css

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

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

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

border-color css

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

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

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