Html Css Color HEX #B3697B Tapestry

📋 copy color: '#B3697B'

red 179 ◦ green 105 ◦ blue 123

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

Shades of Tapestry #B3697B

Tints of Tapestry #B3697B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.22%

R = 43.98%
G = 25.8%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3697B (or 0xB3697B) is known color: Tapestry. HEX triplet: B3, 69 and 7B. RGB value is (179,105,123). Sum of RGB (Red+Green+Blue) = 179+105+123=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B3697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3697B is #4C9684. Grayscale: #818181. Windows color (decimal): -5019269 or 8087987. OLE color: 8087987.

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

Color convert

RGB 179 105 123 -
CMYK 0 0.41 0.31 0.30
HSL 345.41º 0.33% 0.56% -
HSV(B) 345.41º 0.41% 0.7% -
XYZ 27.22 21.12 21.38 -
YUV 129.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 179 105 123 0 0.41 0.31 0.30 345.41 0.33 0.56
Hex B3 69 7B 0 29 1F 1E 159 21 38
Octal 263 151 173 0 51 37 36 531 41 70
Binary 10110011 1101001 1111011 0 101001 11111 11110 101011001 100001 111000

Color Harmonies of #B3697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3697B

Black with #B3697B

Text Example


Text Example

White with #B3697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3697B; }

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

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

background-color css

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

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

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

border-color css

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

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

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