Html Css Color HEX #B36381 Tapestry

📋 copy color: '#B36381'

red 179 ◦ green 99 ◦ blue 129

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

Shades of Tapestry #B36381

Tints of Tapestry #B36381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.7%

R = 43.98%
G = 24.32%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B36381 (or 0xB36381) is known color: Tapestry. HEX triplet: B3, 63 and 81. RGB value is (179,99,129). Sum of RGB (Red+Green+Blue) = 179+99+129=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B36381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36381 is #4C9C7E. Grayscale: #7E7E7E. Windows color (decimal): -5020799 or 8479667. OLE color: 8479667.

HSL color Cylindrical-coordinate representation of color #B36381: hue angle of 337.5º 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 #B36381 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 99 129 -
CMYK 0 0.45 0.28 0.30
HSL 337.5º 0.34% 0.55% -
HSV(B) 337.5º 0.45% 0.7% -
XYZ 27.01 20.09 23.22 -
YUV 126.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 179 99 129 0 0.45 0.28 0.30 337.5 0.34 0.55
Hex B3 63 81 0 2D 1C 1E 152 22 37
Octal 263 143 201 0 55 34 36 522 42 67
Binary 10110011 1100011 10000001 0 101101 11100 11110 101010010 100010 110111

Color Harmonies of #B36381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36381

Black with #B36381

Text Example


Text Example

White with #B36381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36381; }

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

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

background-color css

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

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

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

border-color css

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

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

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