Html Css Color HEX #B36680 Tapestry

📋 copy color: '#B36680'

red 179 ◦ green 102 ◦ blue 128

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

Shades of Tapestry #B36680

Tints of Tapestry #B36680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.94%

 BLUE value IS 128 (50.39% from 255) = 31.3%

R = 43.77%
G = 24.94%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B36680 (or 0xB36680) is known color: Tapestry. HEX triplet: B3, 66 and 80. RGB value is (179,102,128). Sum of RGB (Red+Green+Blue) = 179+102+128=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B36680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36680 is #4C997F. Grayscale: #7F7F7F. Windows color (decimal): -5020032 or 8414899. OLE color: 8414899.

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

Color convert

RGB 179 102 128 -
CMYK 0 0.43 0.28 0.30
HSL 339.74º 0.34% 0.55% -
HSV(B) 339.74º 0.43% 0.7% -
XYZ 27.24 20.64 22.97 -
YUV 127.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 179 102 128 0 0.43 0.28 0.30 339.74 0.34 0.55
Hex B3 66 80 0 2B 1C 1E 154 22 37
Octal 263 146 200 0 53 34 36 524 42 67
Binary 10110011 1100110 10000000 0 101011 11100 11110 101010100 100010 110111

Color Harmonies of #B36680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36680

Black with #B36680

Text Example


Text Example

White with #B36680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36680; }

 p { color: rgb(179,102,128); }

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

background-color css

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

 a { background-color: rgb(179,102,128); }

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

border-color css

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

 span { border-color: rgb(179,102,128); }

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