Html Css Color HEX #B36377 Tapestry

📋 copy color: '#B36377'

red 179 ◦ green 99 ◦ blue 119

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

Shades of Tapestry #B36377

Tints of Tapestry #B36377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.94%

 BLUE value IS 119 (46.88% from 255) = 29.97%

R = 45.09%
G = 24.94%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B36377 (or 0xB36377) is known color: Tapestry. HEX triplet: B3, 63 and 77. RGB value is (179,99,119). Sum of RGB (Red+Green+Blue) = 179+99+119=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B36377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36377 is #4C9C88. Grayscale: #7D7D7D. Windows color (decimal): -5020809 or 7824307. OLE color: 7824307.

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

Color convert

RGB 179 99 119 -
CMYK 0 0.45 0.34 0.30
HSL 345º 0.34% 0.55% -
HSV(B) 345º 0.45% 0.7% -
XYZ 26.38 19.84 19.89 -
YUV 125.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 179 99 119 0 0.45 0.34 0.30 345 0.34 0.55
Hex B3 63 77 0 2D 22 1E 159 22 37
Octal 263 143 167 0 55 42 36 531 42 67
Binary 10110011 1100011 1110111 0 101101 100010 11110 101011001 100010 110111

Color Harmonies of #B36377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36377

Black with #B36377

Text Example


Text Example

White with #B36377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36377; }

 p { color: rgb(179,99,119); }

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

background-color css

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

 a { background-color: rgb(179,99,119); }

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

border-color css

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

 span { border-color: rgb(179,99,119); }

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