Html Css Color HEX #BE6B89 Tapestry

📋 copy color: '#BE6B89'

red 190 ◦ green 107 ◦ blue 137

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

Shades of Tapestry #BE6B89

Tints of Tapestry #BE6B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.57%

R = 43.78%
G = 24.65%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE6B89 (or 0xBE6B89) is known color: Tapestry. HEX triplet: BE, 6B and 89. RGB value is (190,107,137). Sum of RGB (Red+Green+Blue) = 190+107+137=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6B89 is #419476. Grayscale: #878787. Windows color (decimal): -4297847 or 9006014. OLE color: 9006014.

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

Color convert

RGB 190 107 137 -
CMYK 0 0.44 0.28 0.25
HSL 338.31º 0.39% 0.58% -
HSV(B) 338.31º 0.44% 0.75% -
XYZ 31.01 23.27 26.52 -
YUV 135.24 129 167.06 -
System Red Green Blue C M Y K H S L
Decimal 190 107 137 0 0.44 0.28 0.25 338.31 0.39 0.58
Hex BE 6B 89 0 2C 1C 19 152 27 3A
Octal 276 153 211 0 54 34 31 522 47 72
Binary 10111110 1101011 10001001 0 101100 11100 11001 101010010 100111 111010

Color Harmonies of #BE6B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6B89

Black with #BE6B89

Text Example


Text Example

White with #BE6B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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