Html Css Color HEX #BE6B7B Tapestry

📋 copy color: '#BE6B7B'

red 190 ◦ green 107 ◦ blue 123

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

Shades of Tapestry #BE6B7B

Tints of Tapestry #BE6B7B

RGB

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

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

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

R = 45.24%
G = 25.48%
B = 29.29%

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

#BE6B7B (or 0xBE6B7B) is known color: Tapestry. HEX triplet: BE, 6B and 7B. RGB value is (190,107,123). Sum of RGB (Red+Green+Blue) = 190+107+123=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6B7B is #419484. Grayscale: #858585. Windows color (decimal): -4297861 or 8088510. OLE color: 8088510.

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

Color convert

RGB 190 107 123 -
CMYK 0 0.44 0.35 0.25
HSL 348.43º 0.39% 0.58% -
HSV(B) 348.43º 0.44% 0.75% -
XYZ 30.07 22.89 21.57 -
YUV 133.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 190 107 123 0 0.44 0.35 0.25 348.43 0.39 0.58
Hex BE 6B 7B 0 2C 23 19 15C 27 3A
Octal 276 153 173 0 54 43 31 534 47 72
Binary 10111110 1101011 1111011 0 101100 100011 11001 101011100 100111 111010

Color Harmonies of #BE6B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6B7B

Black with #BE6B7B

Text Example


Text Example

White with #BE6B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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