Html Css Color HEX #BE7489 Tapestry

📋 copy color: '#BE7489'

red 190 ◦ green 116 ◦ blue 137

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

Shades of Tapestry #BE7489

Tints of Tapestry #BE7489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.93%

R = 42.89%
G = 26.19%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE7489 (or 0xBE7489) is known color: Tapestry. HEX triplet: BE, 74 and 89. RGB value is (190,116,137). Sum of RGB (Red+Green+Blue) = 190+116+137=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7489 is #418B76. Grayscale: #8C8C8C. Windows color (decimal): -4295543 or 9008318. OLE color: 9008318.

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

Color convert

RGB 190 116 137 -
CMYK 0 0.39 0.28 0.25
HSL 342.97º 0.36% 0.6% -
HSV(B) 342.97º 0.39% 0.75% -
XYZ 32 25.24 26.85 -
YUV 140.52 126.02 163.29 -
System Red Green Blue C M Y K H S L
Decimal 190 116 137 0 0.39 0.28 0.25 342.97 0.36 0.6
Hex BE 74 89 0 27 1C 19 157 24 3C
Octal 276 164 211 0 47 34 31 527 44 74
Binary 10111110 1110100 10001001 0 100111 11100 11001 101010111 100100 111100

Color Harmonies of #BE7489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7489

Black with #BE7489

Text Example


Text Example

White with #BE7489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7489; }

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

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

background-color css

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

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

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

border-color css

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

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

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