Html Css Color HEX #B36592 Tapestry

📋 copy color: '#B36592'

red 179 ◦ green 101 ◦ blue 146

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

Shades of Tapestry #B36592

Tints of Tapestry #B36592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.71%

 BLUE value IS 146 (57.42% from 255) = 34.27%

R = 42.02%
G = 23.71%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B36592 (or 0xB36592) is known color: Tapestry. HEX triplet: B3, 65 and 92. RGB value is (179,101,146). Sum of RGB (Red+Green+Blue) = 179+101+146=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B36592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36592 is #4C9A6D. Grayscale: #818181. Windows color (decimal): -5020270 or 9594291. OLE color: 9594291.

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

Color convert

RGB 179 101 146 -
CMYK 0 0.44 0.18 0.30
HSL 325.38º 0.34% 0.55% -
HSV(B) 325.38º 0.44% 0.7% -
XYZ 28.43 20.97 29.74 -
YUV 129.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 179 101 146 0 0.44 0.18 0.30 325.38 0.34 0.55
Hex B3 65 92 0 2C 12 1E 145 22 37
Octal 263 145 222 0 54 22 36 505 42 67
Binary 10110011 1100101 10010010 0 101100 10010 11110 101000101 100010 110111

Color Harmonies of #B36592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36592

Black with #B36592

Text Example


Text Example

White with #B36592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36592; }

 p { color: rgb(179,101,146); }

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

background-color css

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

 a { background-color: rgb(179,101,146); }

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

border-color css

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

 span { border-color: rgb(179,101,146); }

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