Html Css Color HEX #BE6B7E Tapestry

📋 copy color: '#BE6B7E'

red 190 ◦ green 107 ◦ blue 126

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

Shades of Tapestry #BE6B7E

Tints of Tapestry #BE6B7E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.3%

 BLUE value IS 126 (49.61% from 255) = 29.79%

R = 44.92%
G = 25.3%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE6B7E (or 0xBE6B7E) is known color: Tapestry. HEX triplet: BE, 6B and 7E. RGB value is (190,107,126). Sum of RGB (Red+Green+Blue) = 190+107+126=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6B7E is #419481. Grayscale: #858585. Windows color (decimal): -4297858 or 8285118. OLE color: 8285118.

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

Color convert

RGB 190 107 126 -
CMYK 0 0.44 0.34 0.25
HSL 346.27º 0.39% 0.58% -
HSV(B) 346.27º 0.44% 0.75% -
XYZ 30.26 22.97 22.58 -
YUV 133.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 190 107 126 0 0.44 0.34 0.25 346.27 0.39 0.58
Hex BE 6B 7E 0 2C 22 19 15A 27 3A
Octal 276 153 176 0 54 42 31 532 47 72
Binary 10111110 1101011 1111110 0 101100 100010 11001 101011010 100111 111010

Color Harmonies of #BE6B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6B7E

Black with #BE6B7E

Text Example


Text Example

White with #BE6B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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