Html Css Color HEX #B36479 Tapestry

📋 copy color: '#B36479'

red 179 ◦ green 100 ◦ blue 121

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

Shades of Tapestry #B36479

Tints of Tapestry #B36479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25%

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

R = 44.75%
G = 25%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B36479 (or 0xB36479) is known color: Tapestry. HEX triplet: B3, 64 and 79. RGB value is (179,100,121). Sum of RGB (Red+Green+Blue) = 179+100+121=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B36479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36479 is #4C9B86. Grayscale: #7E7E7E. Windows color (decimal): -5020551 or 7955635. OLE color: 7955635.

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

Color convert

RGB 179 100 121 -
CMYK 0 0.44 0.32 0.30
HSL 344.05º 0.34% 0.55% -
HSV(B) 344.05º 0.44% 0.7% -
XYZ 26.6 20.08 20.56 -
YUV 126.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 179 100 121 0 0.44 0.32 0.30 344.05 0.34 0.55
Hex B3 64 79 0 2C 20 1E 158 22 37
Octal 263 144 171 0 54 40 36 530 42 67
Binary 10110011 1100100 1111001 0 101100 100000 11110 101011000 100010 110111

Color Harmonies of #B36479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36479

Black with #B36479

Text Example


Text Example

White with #B36479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36479; }

 p { color: rgb(179,100,121); }

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

background-color css

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

 a { background-color: rgb(179,100,121); }

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

border-color css

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

 span { border-color: rgb(179,100,121); }

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