Html Css Color HEX #BE7A8A Tapestry

📋 copy color: '#BE7A8A'

red 190 ◦ green 122 ◦ blue 138

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

Shades of Tapestry #BE7A8A

Tints of Tapestry #BE7A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.11%

 BLUE value IS 138 (54.3% from 255) = 30.67%

R = 42.22%
G = 27.11%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE7A8A (or 0xBE7A8A) is known color: Tapestry. HEX triplet: BE, 7A and 8A. RGB value is (190,122,138). Sum of RGB (Red+Green+Blue) = 190+122+138=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7A8A is #418575. Grayscale: #909090. Windows color (decimal): -4294006 or 9075390. OLE color: 9075390.

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

Color convert

RGB 190 122 138 -
CMYK 0 0.36 0.27 0.25
HSL 345.88º 0.34% 0.61% -
HSV(B) 345.88º 0.36% 0.75% -
XYZ 32.78 26.7 27.47 -
YUV 144.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 190 122 138 0 0.36 0.27 0.25 345.88 0.34 0.61
Hex BE 7A 8A 0 24 1B 19 15A 22 3D
Octal 276 172 212 0 44 33 31 532 42 75
Binary 10111110 1111010 10001010 0 100100 11011 11001 101011010 100010 111101

Color Harmonies of #BE7A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A8A

Black with #BE7A8A

Text Example


Text Example

White with #BE7A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A8A; }

 p { color: rgb(190,122,138); }

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

background-color css

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

 a { background-color: rgb(190,122,138); }

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

border-color css

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

 span { border-color: rgb(190,122,138); }

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