Html Css Color HEX #B5697A Tapestry

📋 copy color: '#B5697A'

red 181 ◦ green 105 ◦ blue 122

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

Shades of Tapestry #B5697A

Tints of Tapestry #B5697A

RGB

 RED value IS 181 (71.09% from 255) = 44.36%

 GREEN value IS 105 (41.41% from 255) = 25.74%

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

R = 44.36%
G = 25.74%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5697A (or 0xB5697A) is known color: Tapestry. HEX triplet: B5, 69 and 7A. RGB value is (181,105,122). Sum of RGB (Red+Green+Blue) = 181+105+122=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B5697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5697A is #4A9685. Grayscale: #818181. Windows color (decimal): -4888198 or 8022453. OLE color: 8022453.

HSL color Cylindrical-coordinate representation of color #B5697A: hue angle of 346.58º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5697A is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 105 122 -
CMYK 0 0.42 0.33 0.29
HSL 346.58º 0.34% 0.56% -
HSV(B) 346.58º 0.42% 0.71% -
XYZ 27.62 21.33 21.07 -
YUV 129.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 181 105 122 0 0.42 0.33 0.29 346.58 0.34 0.56
Hex B5 69 7A 0 2A 21 1D 15B 22 38
Octal 265 151 172 0 52 41 35 533 42 70
Binary 10110101 1101001 1111010 0 101010 100001 11101 101011011 100010 111000

Color Harmonies of #B5697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5697A

Black with #B5697A

Text Example


Text Example

White with #B5697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5697A; }

 p { color: rgb(181,105,122); }

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

background-color css

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

 a { background-color: rgb(181,105,122); }

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

border-color css

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

 span { border-color: rgb(181,105,122); }

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