Html Css Color HEX #B2697E Tapestry

📋 copy color: '#B2697E'

red 178 ◦ green 105 ◦ blue 126

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

Shades of Tapestry #B2697E

Tints of Tapestry #B2697E

RGB

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

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

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

R = 43.52%
G = 25.67%
B = 30.81%

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

#B2697E (or 0xB2697E) is known color: Tapestry. HEX triplet: B2, 69 and 7E. RGB value is (178,105,126). Sum of RGB (Red+Green+Blue) = 178+105+126=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B2697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2697E is #4D9681. Grayscale: #818181. Windows color (decimal): -5084802 or 8284594. OLE color: 8284594.

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

Color convert

RGB 178 105 126 -
CMYK 0 0.41 0.29 0.30
HSL 342.74º 0.32% 0.55% -
HSV(B) 342.74º 0.41% 0.7% -
XYZ 27.18 21.07 22.37 -
YUV 129.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 178 105 126 0 0.41 0.29 0.30 342.74 0.32 0.55
Hex B2 69 7E 0 29 1D 1E 157 20 37
Octal 262 151 176 0 51 35 36 527 40 67
Binary 10110010 1101001 1111110 0 101001 11101 11110 101010111 100000 110111

Color Harmonies of #B2697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2697E

Black with #B2697E

Text Example


Text Example

White with #B2697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2697E; }

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

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

background-color css

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

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

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

border-color css

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

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

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