Html Css Color HEX #B5698D Tapestry

📋 copy color: '#B5698D'

red 181 ◦ green 105 ◦ blue 141

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

Shades of Tapestry #B5698D

Tints of Tapestry #B5698D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 42.39%
G = 24.59%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5698D (or 0xB5698D) is known color: Tapestry. HEX triplet: B5, 69 and 8D. RGB value is (181,105,141). Sum of RGB (Red+Green+Blue) = 181+105+141=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B5698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5698D is #4A9672. Grayscale: #838383. Windows color (decimal): -4888179 or 9267637. OLE color: 9267637.

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

Color convert

RGB 181 105 141 -
CMYK 0 0.42 0.22 0.29
HSL 331.58º 0.34% 0.56% -
HSV(B) 331.58º 0.42% 0.71% -
XYZ 28.92 21.85 27.89 -
YUV 131.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 181 105 141 0 0.42 0.22 0.29 331.58 0.34 0.56
Hex B5 69 8D 0 2A 16 1D 14C 22 38
Octal 265 151 215 0 52 26 35 514 42 70
Binary 10110101 1101001 10001101 0 101010 10110 11101 101001100 100010 111000

Color Harmonies of #B5698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5698D

Black with #B5698D

Text Example


Text Example

White with #B5698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5698D; }

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

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

background-color css

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

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

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

border-color css

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

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

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