Html Css Color HEX #B36288 Tapestry

📋 copy color: '#B36288'

red 179 ◦ green 98 ◦ blue 136

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

Shades of Tapestry #B36288

Tints of Tapestry #B36288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.73%

 BLUE value IS 136 (53.52% from 255) = 32.93%

R = 43.34%
G = 23.73%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B36288 (or 0xB36288) is known color: Tapestry. HEX triplet: B3, 62 and 88. RGB value is (179,98,136). Sum of RGB (Red+Green+Blue) = 179+98+136=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B36288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36288 is #4C9D77. Grayscale: #7E7E7E. Windows color (decimal): -5021048 or 8938163. OLE color: 8938163.

HSL color Cylindrical-coordinate representation of color #B36288: hue angle of 331.85º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36288 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 98 136 -
CMYK 0 0.45 0.24 0.30
HSL 331.85º 0.35% 0.54% -
HSV(B) 331.85º 0.45% 0.7% -
XYZ 27.4 20.1 25.73 -
YUV 126.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 179 98 136 0 0.45 0.24 0.30 331.85 0.35 0.54
Hex B3 62 88 0 2D 18 1E 14C 23 36
Octal 263 142 210 0 55 30 36 514 43 66
Binary 10110011 1100010 10001000 0 101101 11000 11110 101001100 100011 110110

Color Harmonies of #B36288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36288

Black with #B36288

Text Example


Text Example

White with #B36288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36288; }

 p { color: rgb(179,98,136); }

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

background-color css

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

 a { background-color: rgb(179,98,136); }

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

border-color css

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

 span { border-color: rgb(179,98,136); }

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