Html Css Color HEX #B5698B Tapestry

📋 copy color: '#B5698B'

red 181 ◦ green 105 ◦ blue 139

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

Shades of Tapestry #B5698B

Tints of Tapestry #B5698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.71%

R = 42.59%
G = 24.71%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5698B (or 0xB5698B) is known color: Tapestry. HEX triplet: B5, 69 and 8B. RGB value is (181,105,139). Sum of RGB (Red+Green+Blue) = 181+105+139=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5698B is #4A9674. Grayscale: #838383. Windows color (decimal): -4888181 or 9136565. OLE color: 9136565.

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

Color convert

RGB 181 105 139 -
CMYK 0 0.42 0.23 0.29
HSL 333.16º 0.34% 0.56% -
HSV(B) 333.16º 0.42% 0.71% -
XYZ 28.77 21.79 27.12 -
YUV 131.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 181 105 139 0 0.42 0.23 0.29 333.16 0.34 0.56
Hex B5 69 8B 0 2A 17 1D 14D 22 38
Octal 265 151 213 0 52 27 35 515 42 70
Binary 10110101 1101001 10001011 0 101010 10111 11101 101001101 100010 111000

Color Harmonies of #B5698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5698B

Black with #B5698B

Text Example


Text Example

White with #B5698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5698B; }

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

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

background-color css

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

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

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

border-color css

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

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

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