Html Css Color HEX #B28588 Tapestry

📋 copy color: '#B28588'

red 178 ◦ green 133 ◦ blue 136

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

Shades of Tapestry #B28588

Tints of Tapestry #B28588

RGB

 RED value IS 178 (69.92% from 255) = 39.82%

 GREEN value IS 133 (52.34% from 255) = 29.75%

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

R = 39.82%
G = 29.75%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B28588 (or 0xB28588) is known color: Tapestry. HEX triplet: B2, 85 and 88. RGB value is (178,133,136). Sum of RGB (Red+Green+Blue) = 178+133+136=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B28588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28588 is #4D7A77. Grayscale: #929292. Windows color (decimal): -5077624 or 8947122. OLE color: 8947122.

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

Color convert

RGB 178 133 136 -
CMYK 0 0.25 0.24 0.30
HSL 356º 0.23% 0.61% -
HSV(B) 356º 0.25% 0.7% -
XYZ 31.19 28.02 27.06 -
YUV 146.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 178 133 136 0 0.25 0.24 0.30 356 0.23 0.61
Hex B2 85 88 0 19 18 1E 164 17 3D
Octal 262 205 210 0 31 30 36 544 27 75
Binary 10110010 10000101 10001000 0 11001 11000 11110 101100100 10111 111101

Color Harmonies of #B28588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28588

Black with #B28588

Text Example


Text Example

White with #B28588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28588; }

 p { color: rgb(178,133,136); }

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

background-color css

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

 a { background-color: rgb(178,133,136); }

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

border-color css

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

 span { border-color: rgb(178,133,136); }

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