Html Css Color HEX #B3697E Tapestry

📋 copy color: '#B3697E'

red 179 ◦ green 105 ◦ blue 126

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

Shades of Tapestry #B3697E

Tints of Tapestry #B3697E

RGB

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

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

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

R = 43.66%
G = 25.61%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3697E (or 0xB3697E) is known color: Tapestry. HEX triplet: B3, 69 and 7E. RGB value is (179,105,126). Sum of RGB (Red+Green+Blue) = 179+105+126=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B3697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3697E is #4C9681. Grayscale: #818181. Windows color (decimal): -5019266 or 8284595. OLE color: 8284595.

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

Color convert

RGB 179 105 126 -
CMYK 0 0.41 0.30 0.30
HSL 342.97º 0.33% 0.56% -
HSV(B) 342.97º 0.41% 0.7% -
XYZ 27.41 21.19 22.38 -
YUV 129.52 126.02 163.29 -
System Red Green Blue C M Y K H S L
Decimal 179 105 126 0 0.41 0.30 0.30 342.97 0.33 0.56
Hex B3 69 7E 0 29 1E 1E 157 21 38
Octal 263 151 176 0 51 36 36 527 41 70
Binary 10110011 1101001 1111110 0 101001 11110 11110 101010111 100001 111000

Color Harmonies of #B3697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3697E

Black with #B3697E

Text Example


Text Example

White with #B3697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3697E; }

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

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

background-color css

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

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

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

border-color css

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

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

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