Html Css Color HEX #B36F7D Tapestry

📋 copy color: '#B36F7D'

red 179 ◦ green 111 ◦ blue 125

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

Shades of Tapestry #B36F7D

Tints of Tapestry #B36F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 43.13%
G = 26.75%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B36F7D (or 0xB36F7D) is known color: Tapestry. HEX triplet: B3, 6F and 7D. RGB value is (179,111,125). Sum of RGB (Red+Green+Blue) = 179+111+125=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36F7D is #4C9082. Grayscale: #848484. Windows color (decimal): -5017731 or 8220595. OLE color: 8220595.

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

Color convert

RGB 179 111 125 -
CMYK 0 0.38 0.30 0.30
HSL 347.65º 0.31% 0.57% -
HSV(B) 347.65º 0.38% 0.7% -
XYZ 27.98 22.43 22.26 -
YUV 132.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 179 111 125 0 0.38 0.30 0.30 347.65 0.31 0.57
Hex B3 6F 7D 0 26 1E 1E 15C 1F 39
Octal 263 157 175 0 46 36 36 534 37 71
Binary 10110011 1101111 1111101 0 100110 11110 11110 101011100 11111 111001

Color Harmonies of #B36F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36F7D

Black with #B36F7D

Text Example


Text Example

White with #B36F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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