Html Css Color HEX #BE667E Tapestry

📋 copy color: '#BE667E'

red 190 ◦ green 102 ◦ blue 126

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

Shades of Tapestry #BE667E

Tints of Tapestry #BE667E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.4%

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

R = 45.45%
G = 24.4%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE667E (or 0xBE667E) is known color: Tapestry. HEX triplet: BE, 66 and 7E. RGB value is (190,102,126). Sum of RGB (Red+Green+Blue) = 190+102+126=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE667E is #419981. Grayscale: #838383. Windows color (decimal): -4299138 or 8283838. OLE color: 8283838.

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

Color convert

RGB 190 102 126 -
CMYK 0 0.46 0.34 0.25
HSL 343.64º 0.4% 0.57% -
HSV(B) 343.64º 0.46% 0.75% -
XYZ 29.75 21.96 22.41 -
YUV 131.05 125.15 170.05 -
System Red Green Blue C M Y K H S L
Decimal 190 102 126 0 0.46 0.34 0.25 343.64 0.4 0.57
Hex BE 66 7E 0 2E 22 19 158 28 39
Octal 276 146 176 0 56 42 31 530 50 71
Binary 10111110 1100110 1111110 0 101110 100010 11001 101011000 101000 111001

Color Harmonies of #BE667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE667E

Black with #BE667E

Text Example


Text Example

White with #BE667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE667E; }

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

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

background-color css

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

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

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

border-color css

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

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

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