Html Css Color HEX #BE6083 Tapestry

📋 copy color: '#BE6083'

red 190 ◦ green 96 ◦ blue 131

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

Shades of Tapestry #BE6083

Tints of Tapestry #BE6083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.41%

R = 45.56%
G = 23.02%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BE6083 (or 0xBE6083) is known color: Tapestry. HEX triplet: BE, 60 and 83. RGB value is (190,96,131). Sum of RGB (Red+Green+Blue) = 190+96+131=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6083 is #419F7C. Grayscale: #808080. Windows color (decimal): -4300669 or 8609982. OLE color: 8609982.

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

Color convert

RGB 190 96 131 -
CMYK 0 0.49 0.31 0.25
HSL 337.66º 0.42% 0.56% -
HSV(B) 337.66º 0.49% 0.75% -
XYZ 29.51 20.95 23.96 -
YUV 128.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 190 96 131 0 0.49 0.31 0.25 337.66 0.42 0.56
Hex BE 60 83 0 31 1F 19 152 2A 38
Octal 276 140 203 0 61 37 31 522 52 70
Binary 10111110 1100000 10000011 0 110001 11111 11001 101010010 101010 111000

Color Harmonies of #BE6083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6083

Black with #BE6083

Text Example


Text Example

White with #BE6083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6083; }

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

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

background-color css

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

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

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

border-color css

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

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

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