Html Css Color HEX #BE7479 Tapestry

📋 copy color: '#BE7479'

red 190 ◦ green 116 ◦ blue 121

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

Shades of Tapestry #BE7479

Tints of Tapestry #BE7479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.17%

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

R = 44.5%
G = 27.17%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE7479 (or 0xBE7479) is known color: Tapestry. HEX triplet: BE, 74 and 79. RGB value is (190,116,121). Sum of RGB (Red+Green+Blue) = 190+116+121=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7479 is #418B86. Grayscale: #8A8A8A. Windows color (decimal): -4295559 or 7959742. OLE color: 7959742.

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

Color convert

RGB 190 116 121 -
CMYK 0 0.39 0.36 0.25
HSL 355.95º 0.36% 0.6% -
HSV(B) 355.95º 0.39% 0.75% -
XYZ 30.93 24.82 21.25 -
YUV 138.7 118.02 164.59 -
System Red Green Blue C M Y K H S L
Decimal 190 116 121 0 0.39 0.36 0.25 355.95 0.36 0.6
Hex BE 74 79 0 27 24 19 164 24 3C
Octal 276 164 171 0 47 44 31 544 44 74
Binary 10111110 1110100 1111001 0 100111 100100 11001 101100100 100100 111100

Color Harmonies of #BE7479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7479

Black with #BE7479

Text Example


Text Example

White with #BE7479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7479; }

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

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

background-color css

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

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

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

border-color css

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

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

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