Html Css Color HEX #B36E7D Tapestry

📋 copy color: '#B36E7D'

red 179 ◦ green 110 ◦ blue 125

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

Shades of Tapestry #B36E7D

Tints of Tapestry #B36E7D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.57%

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

R = 43.24%
G = 26.57%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B36E7D (or 0xB36E7D) is known color: Tapestry. HEX triplet: B3, 6E and 7D. RGB value is (179,110,125). Sum of RGB (Red+Green+Blue) = 179+110+125=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36E7D is #4C9182. Grayscale: #848484. Windows color (decimal): -5017987 or 8220339. OLE color: 8220339.

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

Color convert

RGB 179 110 125 -
CMYK 0 0.39 0.30 0.30
HSL 346.96º 0.31% 0.57% -
HSV(B) 346.96º 0.39% 0.7% -
XYZ 27.87 22.22 22.22 -
YUV 132.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 179 110 125 0 0.39 0.30 0.30 346.96 0.31 0.57
Hex B3 6E 7D 0 27 1E 1E 15B 1F 39
Octal 263 156 175 0 47 36 36 533 37 71
Binary 10110011 1101110 1111101 0 100111 11110 11110 101011011 11111 111001

Color Harmonies of #B36E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36E7D

Black with #B36E7D

Text Example


Text Example

White with #B36E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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