Html Css Color HEX #BE6479 Tapestry

📋 copy color: '#BE6479'

red 190 ◦ green 100 ◦ blue 121

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

Shades of Tapestry #BE6479

Tints of Tapestry #BE6479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.33%

 BLUE value IS 121 (47.66% from 255) = 29.44%

R = 46.23%
G = 24.33%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE6479 (or 0xBE6479) is known color: Tapestry. HEX triplet: BE, 64 and 79. RGB value is (190,100,121). Sum of RGB (Red+Green+Blue) = 190+100+121=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6479 is #419B86. Grayscale: #818181. Windows color (decimal): -4299655 or 7955646. OLE color: 7955646.

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

Color convert

RGB 190 100 121 -
CMYK 0 0.47 0.36 0.25
HSL 346º 0.41% 0.57% -
HSV(B) 346º 0.47% 0.75% -
XYZ 29.24 21.44 20.69 -
YUV 129.3 123.32 171.29 -
System Red Green Blue C M Y K H S L
Decimal 190 100 121 0 0.47 0.36 0.25 346 0.41 0.57
Hex BE 64 79 0 2F 24 19 15A 29 39
Octal 276 144 171 0 57 44 31 532 51 71
Binary 10111110 1100100 1111001 0 101111 100100 11001 101011010 101001 111001

Color Harmonies of #BE6479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6479

Black with #BE6479

Text Example


Text Example

White with #BE6479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6479; }

 p { color: rgb(190,100,121); }

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

background-color css

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

 a { background-color: rgb(190,100,121); }

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

border-color css

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

 span { border-color: rgb(190,100,121); }

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