Html Css Color HEX #BE6976 Tapestry

📋 copy color: '#BE6976'

red 190 ◦ green 105 ◦ blue 118

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

Shades of Tapestry #BE6976

Tints of Tapestry #BE6976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.42%

 BLUE value IS 118 (46.48% from 255) = 28.57%

R = 46%
G = 25.42%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE6976 (or 0xBE6976) is known color: Tapestry. HEX triplet: BE, 69 and 76. RGB value is (190,105,118). Sum of RGB (Red+Green+Blue) = 190+105+118=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6976 is #419689. Grayscale: #838383. Windows color (decimal): -4298378 or 7760318. OLE color: 7760318.

HSL color Cylindrical-coordinate representation of color #BE6976: hue angle of 350.82º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6976 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 105 118 -
CMYK 0 0.45 0.38 0.25
HSL 350.82º 0.4% 0.58% -
HSV(B) 350.82º 0.45% 0.75% -
XYZ 29.56 22.36 19.9 -
YUV 131.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 190 105 118 0 0.45 0.38 0.25 350.82 0.4 0.58
Hex BE 69 76 0 2D 26 19 15F 28 3A
Octal 276 151 166 0 55 46 31 537 50 72
Binary 10111110 1101001 1110110 0 101101 100110 11001 101011111 101000 111010

Color Harmonies of #BE6976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6976

Black with #BE6976

Text Example


Text Example

White with #BE6976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6976; }

 p { color: rgb(190,105,118); }

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

background-color css

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

 a { background-color: rgb(190,105,118); }

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

border-color css

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

 span { border-color: rgb(190,105,118); }

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