Html Css Color HEX #BE7488 Tapestry

📋 copy color: '#BE7488'

red 190 ◦ green 116 ◦ blue 136

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

Shades of Tapestry #BE7488

Tints of Tapestry #BE7488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.77%

R = 42.99%
G = 26.24%
B = 30.77%

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

#BE7488 (or 0xBE7488) is known color: Tapestry. HEX triplet: BE, 74 and 88. RGB value is (190,116,136). Sum of RGB (Red+Green+Blue) = 190+116+136=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7488 is #418B77. Grayscale: #8C8C8C. Windows color (decimal): -4295544 or 8942782. OLE color: 8942782.

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

Color convert

RGB 190 116 136 -
CMYK 0 0.39 0.28 0.25
HSL 343.78º 0.36% 0.6% -
HSV(B) 343.78º 0.39% 0.75% -
XYZ 31.92 25.22 26.48 -
YUV 140.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 190 116 136 0 0.39 0.28 0.25 343.78 0.36 0.6
Hex BE 74 88 0 27 1C 19 158 24 3C
Octal 276 164 210 0 47 34 31 530 44 74
Binary 10111110 1110100 10001000 0 100111 11100 11001 101011000 100100 111100

Color Harmonies of #BE7488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7488

Black with #BE7488

Text Example


Text Example

White with #BE7488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7488; }

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

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

background-color css

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

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

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

border-color css

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

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

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