Html Css Color HEX #B36F81 Tapestry

📋 copy color: '#B36F81'

red 179 ◦ green 111 ◦ blue 129

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

Shades of Tapestry #B36F81

Tints of Tapestry #B36F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.49%

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

R = 42.72%
G = 26.49%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B36F81 (or 0xB36F81) is known color: Tapestry. HEX triplet: B3, 6F and 81. RGB value is (179,111,129). Sum of RGB (Red+Green+Blue) = 179+111+129=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36F81 is #4C907E. Grayscale: #858585. Windows color (decimal): -5017727 or 8482739. OLE color: 8482739.

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

Color convert

RGB 179 111 129 -
CMYK 0 0.38 0.28 0.30
HSL 344.12º 0.31% 0.57% -
HSV(B) 344.12º 0.38% 0.7% -
XYZ 28.24 22.54 23.63 -
YUV 133.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 179 111 129 0 0.38 0.28 0.30 344.12 0.31 0.57
Hex B3 6F 81 0 26 1C 1E 158 1F 39
Octal 263 157 201 0 46 34 36 530 37 71
Binary 10110011 1101111 10000001 0 100110 11100 11110 101011000 11111 111001

Color Harmonies of #B36F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36F81

Black with #B36F81

Text Example


Text Example

White with #B36F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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