Html Css Color HEX #B26179 Tapestry

📋 copy color: '#B26179'

red 178 ◦ green 97 ◦ blue 121

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

Shades of Tapestry #B26179

Tints of Tapestry #B26179

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.49%

 BLUE value IS 121 (47.66% from 255) = 30.56%

R = 44.95%
G = 24.49%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B26179 (or 0xB26179) is known color: Tapestry. HEX triplet: B2, 61 and 79. RGB value is (178,97,121). Sum of RGB (Red+Green+Blue) = 178+97+121=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B26179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26179 is #4D9E86. Grayscale: #7B7B7B. Windows color (decimal): -5086855 or 7954866. OLE color: 7954866.

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

Color convert

RGB 178 97 121 -
CMYK 0 0.46 0.32 0.30
HSL 342.22º 0.34% 0.54% -
HSV(B) 342.22º 0.46% 0.7% -
XYZ 26.09 19.39 20.46 -
YUV 123.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 178 97 121 0 0.46 0.32 0.30 342.22 0.34 0.54
Hex B2 61 79 0 2E 20 1E 156 22 36
Octal 262 141 171 0 56 40 36 526 42 66
Binary 10110010 1100001 1111001 0 101110 100000 11110 101010110 100010 110110

Color Harmonies of #B26179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26179

Black with #B26179

Text Example


Text Example

White with #B26179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26179; }

 p { color: rgb(178,97,121); }

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

background-color css

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

 a { background-color: rgb(178,97,121); }

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

border-color css

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

 span { border-color: rgb(178,97,121); }

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