Html Css Color HEX #BE6081 Tapestry

📋 copy color: '#BE6081'

red 190 ◦ green 96 ◦ blue 129

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

Shades of Tapestry #BE6081

Tints of Tapestry #BE6081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.13%

 BLUE value IS 129 (50.78% from 255) = 31.08%

R = 45.78%
G = 23.13%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE6081 (or 0xBE6081) is known color: Tapestry. HEX triplet: BE, 60 and 81. RGB value is (190,96,129). Sum of RGB (Red+Green+Blue) = 190+96+129=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6081 is #419F7E. Grayscale: #7F7F7F. Windows color (decimal): -4300671 or 8478910. OLE color: 8478910.

HSL color Cylindrical-coordinate representation of color #BE6081: hue angle of 338.94º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6081 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 96 129 -
CMYK 0 0.49 0.32 0.25
HSL 338.94º 0.42% 0.56% -
HSV(B) 338.94º 0.49% 0.75% -
XYZ 29.38 20.9 23.25 -
YUV 127.87 128.64 172.32 -
System Red Green Blue C M Y K H S L
Decimal 190 96 129 0 0.49 0.32 0.25 338.94 0.42 0.56
Hex BE 60 81 0 31 20 19 153 2A 38
Octal 276 140 201 0 61 40 31 523 52 70
Binary 10111110 1100000 10000001 0 110001 100000 11001 101010011 101010 111000

Color Harmonies of #BE6081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6081

Black with #BE6081

Text Example


Text Example

White with #BE6081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6081; }

 p { color: rgb(190,96,129); }

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

background-color css

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

 a { background-color: rgb(190,96,129); }

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

border-color css

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

 span { border-color: rgb(190,96,129); }

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