Html Css Color HEX #BE6A7B Tapestry

📋 copy color: '#BE6A7B'

red 190 ◦ green 106 ◦ blue 123

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

Shades of Tapestry #BE6A7B

Tints of Tapestry #BE6A7B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.3%

 BLUE value IS 123 (48.44% from 255) = 29.36%

R = 45.35%
G = 25.3%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE6A7B (or 0xBE6A7B) is known color: Tapestry. HEX triplet: BE, 6A and 7B. RGB value is (190,106,123). Sum of RGB (Red+Green+Blue) = 190+106+123=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A7B is #419584. Grayscale: #858585. Windows color (decimal): -4298117 or 8088254. OLE color: 8088254.

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

Color convert

RGB 190 106 123 -
CMYK 0 0.44 0.35 0.25
HSL 347.86º 0.39% 0.58% -
HSV(B) 347.86º 0.44% 0.75% -
XYZ 29.96 22.69 21.54 -
YUV 133.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 190 106 123 0 0.44 0.35 0.25 347.86 0.39 0.58
Hex BE 6A 7B 0 2C 23 19 15C 27 3A
Octal 276 152 173 0 54 43 31 534 47 72
Binary 10111110 1101010 1111011 0 101100 100011 11001 101011100 100111 111010

Color Harmonies of #BE6A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A7B

Black with #BE6A7B

Text Example


Text Example

White with #BE6A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A7B; }

 p { color: rgb(190,106,123); }

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

background-color css

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

 a { background-color: rgb(190,106,123); }

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

border-color css

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

 span { border-color: rgb(190,106,123); }

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