Html Css Color HEX #BE6388 Tapestry

📋 copy color: '#BE6388'

red 190 ◦ green 99 ◦ blue 136

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

Shades of Tapestry #BE6388

Tints of Tapestry #BE6388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.29%

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

R = 44.71%
G = 23.29%
B = 32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE6388 (or 0xBE6388) is known color: Tapestry. HEX triplet: BE, 63 and 88. RGB value is (190,99,136). Sum of RGB (Red+Green+Blue) = 190+99+136=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6388 is #419C77. Grayscale: #828282. Windows color (decimal): -4299896 or 8938430. OLE color: 8938430.

HSL color Cylindrical-coordinate representation of color #BE6388: hue angle of 335.6º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE6388 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 99 136 -
CMYK 0 0.48 0.28 0.25
HSL 335.6º 0.41% 0.57% -
HSV(B) 335.6º 0.48% 0.75% -
XYZ 30.14 21.65 25.88 -
YUV 130.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 190 99 136 0 0.48 0.28 0.25 335.6 0.41 0.57
Hex BE 63 88 0 30 1C 19 150 29 39
Octal 276 143 210 0 60 34 31 520 51 71
Binary 10111110 1100011 10001000 0 110000 11100 11001 101010000 101001 111001

Color Harmonies of #BE6388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6388

Black with #BE6388

Text Example


Text Example

White with #BE6388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6388; }

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

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

background-color css

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

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

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

border-color css

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

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

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