Html Css Color HEX #B3698A Tapestry

📋 copy color: '#B3698A'

red 179 ◦ green 105 ◦ blue 138

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

Shades of Tapestry #B3698A

Tints of Tapestry #B3698A

RGB

 RED value IS 179 (70.31% from 255) = 42.42%

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

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 42.42%
G = 24.88%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B3698A (or 0xB3698A) is known color: Tapestry. HEX triplet: B3, 69 and 8A. RGB value is (179,105,138). Sum of RGB (Red+Green+Blue) = 179+105+138=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3698A is #4C9675. Grayscale: #828282. Windows color (decimal): -5019254 or 9071027. OLE color: 9071027.

HSL color Cylindrical-coordinate representation of color #B3698A: hue angle of 333.24º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3698A is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 105 138 -
CMYK 0 0.41 0.23 0.30
HSL 333.24º 0.33% 0.56% -
HSV(B) 333.24º 0.41% 0.7% -
XYZ 28.23 21.52 26.71 -
YUV 130.89 132.02 162.32 -
System Red Green Blue C M Y K H S L
Decimal 179 105 138 0 0.41 0.23 0.30 333.24 0.33 0.56
Hex B3 69 8A 0 29 17 1E 14D 21 38
Octal 263 151 212 0 51 27 36 515 41 70
Binary 10110011 1101001 10001010 0 101001 10111 11110 101001101 100001 111000

Color Harmonies of #B3698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3698A

Black with #B3698A

Text Example


Text Example

White with #B3698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3698A; }

 p { color: rgb(179,105,138); }

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

background-color css

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

 a { background-color: rgb(179,105,138); }

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

border-color css

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

 span { border-color: rgb(179,105,138); }

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