Html Css Color HEX #B36978 Tapestry

📋 copy color: '#B36978'

red 179 ◦ green 105 ◦ blue 120

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

Shades of Tapestry #B36978

Tints of Tapestry #B36978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.7%

R = 44.31%
G = 25.99%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B36978 (or 0xB36978) is known color: Tapestry. HEX triplet: B3, 69 and 78. RGB value is (179,105,120). Sum of RGB (Red+Green+Blue) = 179+105+120=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B36978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36978 is #4C9687. Grayscale: #808080. Windows color (decimal): -5019272 or 7891379. OLE color: 7891379.

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

Color convert

RGB 179 105 120 -
CMYK 0 0.41 0.33 0.30
HSL 347.84º 0.33% 0.56% -
HSV(B) 347.84º 0.41% 0.7% -
XYZ 27.03 21.04 20.41 -
YUV 128.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 179 105 120 0 0.41 0.33 0.30 347.84 0.33 0.56
Hex B3 69 78 0 29 21 1E 15C 21 38
Octal 263 151 170 0 51 41 36 534 41 70
Binary 10110011 1101001 1111000 0 101001 100001 11110 101011100 100001 111000

Color Harmonies of #B36978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36978

Black with #B36978

Text Example


Text Example

White with #B36978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36978; }

 p { color: rgb(179,105,120); }

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

background-color css

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

 a { background-color: rgb(179,105,120); }

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

border-color css

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

 span { border-color: rgb(179,105,120); }

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