Html Css Color HEX #B5697E Tapestry

📋 copy color: '#B5697E'

red 181 ◦ green 105 ◦ blue 126

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

Shades of Tapestry #B5697E

Tints of Tapestry #B5697E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.58%

R = 43.93%
G = 25.49%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5697E (or 0xB5697E) is known color: Tapestry. HEX triplet: B5, 69 and 7E. RGB value is (181,105,126). Sum of RGB (Red+Green+Blue) = 181+105+126=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B5697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5697E is #4A9681. Grayscale: #828282. Windows color (decimal): -4888194 or 8284597. OLE color: 8284597.

HSL color Cylindrical-coordinate representation of color #B5697E: hue angle of 343.42º 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 #B5697E is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 105 126 -
CMYK 0 0.42 0.30 0.29
HSL 343.42º 0.34% 0.56% -
HSV(B) 343.42º 0.42% 0.71% -
XYZ 27.87 21.43 22.41 -
YUV 130.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 181 105 126 0 0.42 0.30 0.29 343.42 0.34 0.56
Hex B5 69 7E 0 2A 1E 1D 157 22 38
Octal 265 151 176 0 52 36 35 527 42 70
Binary 10110101 1101001 1111110 0 101010 11110 11101 101010111 100010 111000

Color Harmonies of #B5697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5697E

Black with #B5697E

Text Example


Text Example

White with #B5697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5697E; }

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

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

background-color css

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

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

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

border-color css

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

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

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