Html Css Color HEX #B2697C Tapestry

📋 copy color: '#B2697C'

red 178 ◦ green 105 ◦ blue 124

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

Shades of Tapestry #B2697C

Tints of Tapestry #B2697C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.47%

R = 43.73%
G = 25.8%
B = 30.47%

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

#B2697C (or 0xB2697C) is known color: Tapestry. HEX triplet: B2, 69 and 7C. RGB value is (178,105,124). Sum of RGB (Red+Green+Blue) = 178+105+124=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B2697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2697C is #4D9683. Grayscale: #808080. Windows color (decimal): -5084804 or 8153522. OLE color: 8153522.

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

Color convert

RGB 178 105 124 -
CMYK 0 0.41 0.30 0.30
HSL 344.38º 0.32% 0.55% -
HSV(B) 344.38º 0.41% 0.7% -
XYZ 27.05 21.02 21.7 -
YUV 128.99 125.18 162.96 -
System Red Green Blue C M Y K H S L
Decimal 178 105 124 0 0.41 0.30 0.30 344.38 0.32 0.55
Hex B2 69 7C 0 29 1E 1E 158 20 37
Octal 262 151 174 0 51 36 36 530 40 67
Binary 10110010 1101001 1111100 0 101001 11110 11110 101011000 100000 110111

Color Harmonies of #B2697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2697C

Black with #B2697C

Text Example


Text Example

White with #B2697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2697C; }

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

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

background-color css

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

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

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

border-color css

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

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

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