Html Css Color HEX #BE707A Tapestry

📋 copy color: '#BE707A'

red 190 ◦ green 112 ◦ blue 122

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

Shades of Tapestry #BE707A

Tints of Tapestry #BE707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.42%

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

R = 44.81%
G = 26.42%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE707A (or 0xBE707A) is known color: Tapestry. HEX triplet: BE, 70 and 7A. RGB value is (190,112,122). Sum of RGB (Red+Green+Blue) = 190+112+122=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE707A is #418F85. Grayscale: #888888. Windows color (decimal): -4296582 or 8024254. OLE color: 8024254.

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

Color convert

RGB 190 112 122 -
CMYK 0 0.41 0.36 0.25
HSL 352.31º 0.38% 0.59% -
HSV(B) 352.31º 0.41% 0.75% -
XYZ 30.54 23.94 21.42 -
YUV 136.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 190 112 122 0 0.41 0.36 0.25 352.31 0.38 0.59
Hex BE 70 7A 0 29 24 19 160 26 3B
Octal 276 160 172 0 51 44 31 540 46 73
Binary 10111110 1110000 1111010 0 101001 100100 11001 101100000 100110 111011

Color Harmonies of #BE707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE707A

Black with #BE707A

Text Example


Text Example

White with #BE707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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