Html Css Color HEX #BE7B82 Tapestry

📋 copy color: '#BE7B82'

red 190 ◦ green 123 ◦ blue 130

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

Shades of Tapestry #BE7B82

Tints of Tapestry #BE7B82

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.77%

 BLUE value IS 130 (51.17% from 255) = 29.35%

R = 42.89%
G = 27.77%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE7B82 (or 0xBE7B82) is known color: Tapestry. HEX triplet: BE, 7B and 82. RGB value is (190,123,130). Sum of RGB (Red+Green+Blue) = 190+123+130=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7B82 is #41847D. Grayscale: #8F8F8F. Windows color (decimal): -4293758 or 8551358. OLE color: 8551358.

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

Color convert

RGB 190 123 130 -
CMYK 0 0.35 0.32 0.25
HSL 353.73º 0.34% 0.61% -
HSV(B) 353.73º 0.35% 0.75% -
XYZ 32.35 26.72 24.57 -
YUV 143.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 190 123 130 0 0.35 0.32 0.25 353.73 0.34 0.61
Hex BE 7B 82 0 23 20 19 162 22 3D
Octal 276 173 202 0 43 40 31 542 42 75
Binary 10111110 1111011 10000010 0 100011 100000 11001 101100010 100010 111101

Color Harmonies of #BE7B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B82

Black with #BE7B82

Text Example


Text Example

White with #BE7B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B82; }

 p { color: rgb(190,123,130); }

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

background-color css

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

 a { background-color: rgb(190,123,130); }

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

border-color css

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

 span { border-color: rgb(190,123,130); }

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