Html Css Color HEX #B3697F Tapestry

📋 copy color: '#B3697F'

red 179 ◦ green 105 ◦ blue 127

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

Shades of Tapestry #B3697F

Tints of Tapestry #B3697F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.9%

R = 43.55%
G = 25.55%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3697F (or 0xB3697F) is known color: Tapestry. HEX triplet: B3, 69 and 7F. RGB value is (179,105,127). Sum of RGB (Red+Green+Blue) = 179+105+127=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B3697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3697F is #4C9680. Grayscale: #818181. Windows color (decimal): -5019265 or 8350131. OLE color: 8350131.

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

Color convert

RGB 179 105 127 -
CMYK 0 0.41 0.29 0.30
HSL 342.16º 0.33% 0.56% -
HSV(B) 342.16º 0.41% 0.7% -
XYZ 27.47 21.22 22.73 -
YUV 129.63 126.52 163.21 -
System Red Green Blue C M Y K H S L
Decimal 179 105 127 0 0.41 0.29 0.30 342.16 0.33 0.56
Hex B3 69 7F 0 29 1D 1E 156 21 38
Octal 263 151 177 0 51 35 36 526 41 70
Binary 10110011 1101001 1111111 0 101001 11101 11110 101010110 100001 111000

Color Harmonies of #B3697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3697F

Black with #B3697F

Text Example


Text Example

White with #B3697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3697F; }

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

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

background-color css

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

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

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

border-color css

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

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

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