Html Css Color HEX #BE667F Tapestry

📋 copy color: '#BE667F'

red 190 ◦ green 102 ◦ blue 127

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

Shades of Tapestry #BE667F

Tints of Tapestry #BE667F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.31%

R = 45.35%
G = 24.34%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE667F (or 0xBE667F) is known color: Tapestry. HEX triplet: BE, 66 and 7F. RGB value is (190,102,127). Sum of RGB (Red+Green+Blue) = 190+102+127=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE667F is #419980. Grayscale: #838383. Windows color (decimal): -4299137 or 8349374. OLE color: 8349374.

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

Color convert

RGB 190 102 127 -
CMYK 0 0.46 0.33 0.25
HSL 342.95º 0.4% 0.57% -
HSV(B) 342.95º 0.46% 0.75% -
XYZ 29.82 21.98 22.75 -
YUV 131.16 125.65 169.97 -
System Red Green Blue C M Y K H S L
Decimal 190 102 127 0 0.46 0.33 0.25 342.95 0.4 0.57
Hex BE 66 7F 0 2E 21 19 157 28 39
Octal 276 146 177 0 56 41 31 527 50 71
Binary 10111110 1100110 1111111 0 101110 100001 11001 101010111 101000 111001

Color Harmonies of #BE667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE667F

Black with #BE667F

Text Example


Text Example

White with #BE667F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE667F; }

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

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

background-color css

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

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

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

border-color css

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

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

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