Html Css Color HEX #B88285 Tapestry

📋 copy color: '#B88285'

red 184 ◦ green 130 ◦ blue 133

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

Shades of Tapestry #B88285

Tints of Tapestry #B88285

RGB

 RED value IS 184 (72.27% from 255) = 41.16%

 GREEN value IS 130 (51.17% from 255) = 29.08%

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

R = 41.16%
G = 29.08%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B88285 (or 0xB88285) is known color: Tapestry. HEX triplet: B8, 82 and 85. RGB value is (184,130,133). Sum of RGB (Red+Green+Blue) = 184+130+133=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B88285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88285 is #477D7A. Grayscale: #929292. Windows color (decimal): -4685179 or 8749752. OLE color: 8749752.

HSL color Cylindrical-coordinate representation of color #B88285: hue angle of 356.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88285 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 130 133 -
CMYK 0 0.29 0.28 0.28
HSL 356.67º 0.28% 0.62% -
HSV(B) 356.67º 0.29% 0.72% -
XYZ 31.98 27.85 25.88 -
YUV 146.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 184 130 133 0 0.29 0.28 0.28 356.67 0.28 0.62
Hex B8 82 85 0 1D 1C 1C 165 1C 3E
Octal 270 202 205 0 35 34 34 545 34 76
Binary 10111000 10000010 10000101 0 11101 11100 11100 101100101 11100 111110

Color Harmonies of #B88285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88285

Black with #B88285

Text Example


Text Example

White with #B88285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88285; }

 p { color: rgb(184,130,133); }

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

background-color css

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

 a { background-color: rgb(184,130,133); }

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

border-color css

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

 span { border-color: rgb(184,130,133); }

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