Html Css Color HEX #B07086 Tapestry

📋 copy color: '#B07086'

red 176 ◦ green 112 ◦ blue 134

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

Shades of Tapestry #B07086

Tints of Tapestry #B07086

RGB

 RED value IS 176 (69.14% from 255) = 41.71%

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

 BLUE value IS 134 (52.73% from 255) = 31.75%

R = 41.71%
G = 26.54%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B07086 (or 0xB07086) is known color: Tapestry. HEX triplet: B0, 70 and 86. RGB value is (176,112,134). Sum of RGB (Red+Green+Blue) = 176+112+134=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B07086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07086 is #4F8F79. Grayscale: #858585. Windows color (decimal): -5214074 or 8810672. OLE color: 8810672.

HSL color Cylindrical-coordinate representation of color #B07086: hue angle of 339.38º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B07086 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 112 134 -
CMYK 0 0.36 0.24 0.31
HSL 339.38º 0.29% 0.56% -
HSV(B) 339.38º 0.36% 0.69% -
XYZ 28 22.54 25.43 -
YUV 133.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 176 112 134 0 0.36 0.24 0.31 339.38 0.29 0.56
Hex B0 70 86 0 24 18 1F 153 1D 38
Octal 260 160 206 0 44 30 37 523 35 70
Binary 10110000 1110000 10000110 0 100100 11000 11111 101010011 11101 111000

Color Harmonies of #B07086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07086

Black with #B07086

Text Example


Text Example

White with #B07086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07086; }

 p { color: rgb(176,112,134); }

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

background-color css

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

 a { background-color: rgb(176,112,134); }

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

border-color css

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

 span { border-color: rgb(176,112,134); }

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