Html Css Color HEX #BE6483 Tapestry

📋 copy color: '#BE6483'

red 190 ◦ green 100 ◦ blue 131

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

Shades of Tapestry #BE6483

Tints of Tapestry #BE6483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.75%

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

R = 45.13%
G = 23.75%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BE6483 (or 0xBE6483) is known color: Tapestry. HEX triplet: BE, 64 and 83. RGB value is (190,100,131). Sum of RGB (Red+Green+Blue) = 190+100+131=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6483 is #419B7C. Grayscale: #828282. Windows color (decimal): -4299645 or 8611006. OLE color: 8611006.

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

Color convert

RGB 190 100 131 -
CMYK 0 0.47 0.31 0.25
HSL 339.33º 0.41% 0.57% -
HSV(B) 339.33º 0.47% 0.75% -
XYZ 29.89 21.7 24.09 -
YUV 130.44 128.32 170.48 -
System Red Green Blue C M Y K H S L
Decimal 190 100 131 0 0.47 0.31 0.25 339.33 0.41 0.57
Hex BE 64 83 0 2F 1F 19 153 29 39
Octal 276 144 203 0 57 37 31 523 51 71
Binary 10111110 1100100 10000011 0 101111 11111 11001 101010011 101001 111001

Color Harmonies of #BE6483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6483

Black with #BE6483

Text Example


Text Example

White with #BE6483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6483; }

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

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

background-color css

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

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

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

border-color css

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

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

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