Html Css Color HEX #BE6B7A Tapestry

📋 copy color: '#BE6B7A'

red 190 ◦ green 107 ◦ blue 122

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

Shades of Tapestry #BE6B7A

Tints of Tapestry #BE6B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.12%

R = 45.35%
G = 25.54%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE6B7A (or 0xBE6B7A) is known color: Tapestry. HEX triplet: BE, 6B and 7A. RGB value is (190,107,122). Sum of RGB (Red+Green+Blue) = 190+107+122=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6B7A is #419485. Grayscale: #858585. Windows color (decimal): -4297862 or 8022974. OLE color: 8022974.

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

Color convert

RGB 190 107 122 -
CMYK 0 0.44 0.36 0.25
HSL 349.16º 0.39% 0.58% -
HSV(B) 349.16º 0.44% 0.75% -
XYZ 30.01 22.87 21.24 -
YUV 133.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 190 107 122 0 0.44 0.36 0.25 349.16 0.39 0.58
Hex BE 6B 7A 0 2C 24 19 15D 27 3A
Octal 276 153 172 0 54 44 31 535 47 72
Binary 10111110 1101011 1111010 0 101100 100100 11001 101011101 100111 111010

Color Harmonies of #BE6B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6B7A

Black with #BE6B7A

Text Example


Text Example

White with #BE6B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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