Html Css Color HEX #BE7B81 Tapestry

📋 copy color: '#BE7B81'

red 190 ◦ green 123 ◦ blue 129

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

Shades of Tapestry #BE7B81

Tints of Tapestry #BE7B81

RGB

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

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

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

R = 42.99%
G = 27.83%
B = 29.19%

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

#BE7B81 (or 0xBE7B81) is known color: Tapestry. HEX triplet: BE, 7B and 81. RGB value is (190,123,129). Sum of RGB (Red+Green+Blue) = 190+123+129=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7B81 is #41847E. Grayscale: #8F8F8F. Windows color (decimal): -4293759 or 8485822. OLE color: 8485822.

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

Color convert

RGB 190 123 129 -
CMYK 0 0.35 0.32 0.25
HSL 354.63º 0.34% 0.61% -
HSV(B) 354.63º 0.35% 0.75% -
XYZ 32.28 26.7 24.22 -
YUV 143.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 190 123 129 0 0.35 0.32 0.25 354.63 0.34 0.61
Hex BE 7B 81 0 23 20 19 163 22 3D
Octal 276 173 201 0 43 40 31 543 42 75
Binary 10111110 1111011 10000001 0 100011 100000 11001 101100011 100010 111101

Color Harmonies of #BE7B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B81

Black with #BE7B81

Text Example


Text Example

White with #BE7B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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