Html Css Color HEX #BE788A Tapestry

📋 copy color: '#BE788A'

red 190 ◦ green 120 ◦ blue 138

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

Shades of Tapestry #BE788A

Tints of Tapestry #BE788A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.79%

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

R = 42.41%
G = 26.79%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE788A (or 0xBE788A) is known color: Tapestry. HEX triplet: BE, 78 and 8A. RGB value is (190,120,138). Sum of RGB (Red+Green+Blue) = 190+120+138=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE788A is #418775. Grayscale: #8E8E8E. Windows color (decimal): -4294518 or 9074878. OLE color: 9074878.

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

Color convert

RGB 190 120 138 -
CMYK 0 0.37 0.27 0.25
HSL 344.57º 0.35% 0.61% -
HSV(B) 344.57º 0.37% 0.75% -
XYZ 32.54 26.22 27.39 -
YUV 142.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 190 120 138 0 0.37 0.27 0.25 344.57 0.35 0.61
Hex BE 78 8A 0 25 1B 19 159 23 3D
Octal 276 170 212 0 45 33 31 531 43 75
Binary 10111110 1111000 10001010 0 100101 11011 11001 101011001 100011 111101

Color Harmonies of #BE788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE788A

Black with #BE788A

Text Example


Text Example

White with #BE788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE788A; }

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

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

background-color css

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

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

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

border-color css

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

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

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