Html Css Color HEX #BE7481 Tapestry

📋 copy color: '#BE7481'

red 190 ◦ green 116 ◦ blue 129

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

Shades of Tapestry #BE7481

Tints of Tapestry #BE7481

RGB

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

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

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

R = 43.68%
G = 26.67%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE7481 (or 0xBE7481) is known color: Tapestry. HEX triplet: BE, 74 and 81. RGB value is (190,116,129). Sum of RGB (Red+Green+Blue) = 190+116+129=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7481 is #418B7E. Grayscale: #8B8B8B. Windows color (decimal): -4295551 or 8484030. OLE color: 8484030.

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

Color convert

RGB 190 116 129 -
CMYK 0 0.39 0.32 0.25
HSL 349.46º 0.36% 0.6% -
HSV(B) 349.46º 0.39% 0.75% -
XYZ 31.44 25.02 23.94 -
YUV 139.61 122.02 163.94 -
System Red Green Blue C M Y K H S L
Decimal 190 116 129 0 0.39 0.32 0.25 349.46 0.36 0.6
Hex BE 74 81 0 27 20 19 15D 24 3C
Octal 276 164 201 0 47 40 31 535 44 74
Binary 10111110 1110100 10000001 0 100111 100000 11001 101011101 100100 111100

Color Harmonies of #BE7481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7481

Black with #BE7481

Text Example


Text Example

White with #BE7481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7481; }

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

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

background-color css

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

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

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

border-color css

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

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

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