Html Css Color HEX #BE767A Tapestry

📋 copy color: '#BE767A'

red 190 ◦ green 118 ◦ blue 122

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

Shades of Tapestry #BE767A

Tints of Tapestry #BE767A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.44%

 BLUE value IS 122 (48.05% from 255) = 28.37%

R = 44.19%
G = 27.44%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE767A (or 0xBE767A) is known color: Tapestry. HEX triplet: BE, 76 and 7A. RGB value is (190,118,122). Sum of RGB (Red+Green+Blue) = 190+118+122=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE767A is #418985. Grayscale: #8C8C8C. Windows color (decimal): -4295046 or 8025790. OLE color: 8025790.

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

Color convert

RGB 190 118 122 -
CMYK 0 0.38 0.36 0.25
HSL 356.67º 0.36% 0.6% -
HSV(B) 356.67º 0.38% 0.75% -
XYZ 31.23 25.31 21.65 -
YUV 139.98 117.85 163.67 -
System Red Green Blue C M Y K H S L
Decimal 190 118 122 0 0.38 0.36 0.25 356.67 0.36 0.6
Hex BE 76 7A 0 26 24 19 165 24 3C
Octal 276 166 172 0 46 44 31 545 44 74
Binary 10111110 1110110 1111010 0 100110 100100 11001 101100101 100100 111100

Color Harmonies of #BE767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE767A

Black with #BE767A

Text Example


Text Example

White with #BE767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE767A; }

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

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

background-color css

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

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

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

border-color css

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

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

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