Html Css Color HEX #B87085 Tapestry

📋 copy color: '#B87085'

red 184 ◦ green 112 ◦ blue 133

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

Shades of Tapestry #B87085

Tints of Tapestry #B87085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.11%

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

R = 42.89%
G = 26.11%
B = 31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B87085 (or 0xB87085) is known color: Tapestry. HEX triplet: B8, 70 and 85. RGB value is (184,112,133). Sum of RGB (Red+Green+Blue) = 184+112+133=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B87085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87085 is #478F7A. Grayscale: #878787. Windows color (decimal): -4689787 or 8745144. OLE color: 8745144.

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

Color convert

RGB 184 112 133 -
CMYK 0 0.39 0.28 0.28
HSL 342.5º 0.34% 0.58% -
HSV(B) 342.5º 0.39% 0.72% -
XYZ 29.79 23.47 25.15 -
YUV 135.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 184 112 133 0 0.39 0.28 0.28 342.5 0.34 0.58
Hex B8 70 85 0 27 1C 1C 156 22 3A
Octal 270 160 205 0 47 34 34 526 42 72
Binary 10111000 1110000 10000101 0 100111 11100 11100 101010110 100010 111010

Color Harmonies of #B87085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87085

Black with #B87085

Text Example


Text Example

White with #B87085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87085; }

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

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

background-color css

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

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

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

border-color css

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

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

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