Html Css Color HEX #B2697F Tapestry

📋 copy color: '#B2697F'

red 178 ◦ green 105 ◦ blue 127

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

Shades of Tapestry #B2697F

Tints of Tapestry #B2697F

RGB

 RED value IS 178 (69.92% from 255) = 43.41%

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

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

R = 43.41%
G = 25.61%
B = 30.98%

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

#B2697F (or 0xB2697F) is known color: Tapestry. HEX triplet: B2, 69 and 7F. RGB value is (178,105,127). Sum of RGB (Red+Green+Blue) = 178+105+127=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B2697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2697F is #4D9680. Grayscale: #818181. Windows color (decimal): -5084801 or 8350130. OLE color: 8350130.

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

Color convert

RGB 178 105 127 -
CMYK 0 0.41 0.29 0.30
HSL 341.92º 0.32% 0.55% -
HSV(B) 341.92º 0.41% 0.7% -
XYZ 27.24 21.1 22.72 -
YUV 129.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 178 105 127 0 0.41 0.29 0.30 341.92 0.32 0.55
Hex B2 69 7F 0 29 1D 1E 156 20 37
Octal 262 151 177 0 51 35 36 526 40 67
Binary 10110010 1101001 1111111 0 101001 11101 11110 101010110 100000 110111

Color Harmonies of #B2697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2697F

Black with #B2697F

Text Example


Text Example

White with #B2697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2697F; }

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

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

background-color css

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

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

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

border-color css

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

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

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