Html Css Color HEX #BE6874 Tapestry

📋 copy color: '#BE6874'

red 190 ◦ green 104 ◦ blue 116

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

Shades of Tapestry #BE6874

Tints of Tapestry #BE6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.37%

 BLUE value IS 116 (45.7% from 255) = 28.29%

R = 46.34%
G = 25.37%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE6874 (or 0xBE6874) is known color: Tapestry. HEX triplet: BE, 68 and 74. RGB value is (190,104,116). Sum of RGB (Red+Green+Blue) = 190+104+116=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6874 is #41978B. Grayscale: #838383. Windows color (decimal): -4298636 or 7628990. OLE color: 7628990.

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

Color convert

RGB 190 104 116 -
CMYK 0 0.45 0.39 0.25
HSL 351.63º 0.4% 0.58% -
HSV(B) 351.63º 0.45% 0.75% -
XYZ 29.34 22.11 19.24 -
YUV 131.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 190 104 116 0 0.45 0.39 0.25 351.63 0.4 0.58
Hex BE 68 74 0 2D 27 19 160 28 3A
Octal 276 150 164 0 55 47 31 540 50 72
Binary 10111110 1101000 1110100 0 101101 100111 11001 101100000 101000 111010

Color Harmonies of #BE6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6874

Black with #BE6874

Text Example


Text Example

White with #BE6874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6874; }

 p { color: rgb(190,104,116); }

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

background-color css

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

 a { background-color: rgb(190,104,116); }

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

border-color css

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

 span { border-color: rgb(190,104,116); }

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