Html Css Color HEX #B86276 Tapestry

📋 copy color: '#B86276'

red 184 ◦ green 98 ◦ blue 118

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

Shades of Tapestry #B86276

Tints of Tapestry #B86276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.5%

R = 46%
G = 24.5%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B86276 (or 0xB86276) is known color: Tapestry. HEX triplet: B8, 62 and 76. RGB value is (184,98,118). Sum of RGB (Red+Green+Blue) = 184+98+118=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B86276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86276 is #479D89. Grayscale: #7E7E7E. Windows color (decimal): -4693386 or 7758520. OLE color: 7758520.

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

Color convert

RGB 184 98 118 -
CMYK 0 0.47 0.36 0.28
HSL 346.05º 0.38% 0.55% -
HSV(B) 346.05º 0.47% 0.72% -
XYZ 27.4 20.23 19.6 -
YUV 125.99 123.49 169.37 -
System Red Green Blue C M Y K H S L
Decimal 184 98 118 0 0.47 0.36 0.28 346.05 0.38 0.55
Hex B8 62 76 0 2F 24 1C 15A 26 37
Octal 270 142 166 0 57 44 34 532 46 67
Binary 10111000 1100010 1110110 0 101111 100100 11100 101011010 100110 110111

Color Harmonies of #B86276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86276

Black with #B86276

Text Example


Text Example

White with #B86276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86276; }

 p { color: rgb(184,98,118); }

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

background-color css

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

 a { background-color: rgb(184,98,118); }

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

border-color css

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

 span { border-color: rgb(184,98,118); }

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