Html Css Color HEX #BE6475 Tapestry

📋 copy color: '#BE6475'

red 190 ◦ green 100 ◦ blue 117

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

Shades of Tapestry #BE6475

Tints of Tapestry #BE6475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 46.68%
G = 24.57%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE6475 (or 0xBE6475) is known color: Tapestry. HEX triplet: BE, 64 and 75. RGB value is (190,100,117). Sum of RGB (Red+Green+Blue) = 190+100+117=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6475 is #419B8A. Grayscale: #808080. Windows color (decimal): -4299659 or 7693502. OLE color: 7693502.

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

Color convert

RGB 190 100 117 -
CMYK 0 0.47 0.38 0.25
HSL 348.67º 0.41% 0.57% -
HSV(B) 348.67º 0.47% 0.75% -
XYZ 29 21.35 19.42 -
YUV 128.85 121.32 171.62 -
System Red Green Blue C M Y K H S L
Decimal 190 100 117 0 0.47 0.38 0.25 348.67 0.41 0.57
Hex BE 64 75 0 2F 26 19 15D 29 39
Octal 276 144 165 0 57 46 31 535 51 71
Binary 10111110 1100100 1110101 0 101111 100110 11001 101011101 101001 111001

Color Harmonies of #BE6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6475

Black with #BE6475

Text Example


Text Example

White with #BE6475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6475; }

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

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

background-color css

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

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

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

border-color css

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

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

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