Html Css Color HEX #B06882 Tapestry

📋 copy color: '#B06882'

red 176 ◦ green 104 ◦ blue 130

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

Shades of Tapestry #B06882

Tints of Tapestry #B06882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.37%

 BLUE value IS 130 (51.17% from 255) = 31.71%

R = 42.93%
G = 25.37%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B06882 (or 0xB06882) is known color: Tapestry. HEX triplet: B0, 68 and 82. RGB value is (176,104,130). Sum of RGB (Red+Green+Blue) = 176+104+130=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B06882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06882 is #4F977D. Grayscale: #808080. Windows color (decimal): -5216126 or 8546480. OLE color: 8546480.

HSL color Cylindrical-coordinate representation of color #B06882: hue angle of 338.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B06882 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 104 130 -
CMYK 0 0.41 0.26 0.31
HSL 338.33º 0.31% 0.55% -
HSV(B) 338.33º 0.41% 0.69% -
XYZ 26.88 20.74 23.71 -
YUV 128.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 176 104 130 0 0.41 0.26 0.31 338.33 0.31 0.55
Hex B0 68 82 0 29 1A 1F 152 1F 37
Octal 260 150 202 0 51 32 37 522 37 67
Binary 10110000 1101000 10000010 0 101001 11010 11111 101010010 11111 110111

Color Harmonies of #B06882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06882

Black with #B06882

Text Example


Text Example

White with #B06882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06882; }

 p { color: rgb(176,104,130); }

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

background-color css

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

 a { background-color: rgb(176,104,130); }

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

border-color css

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

 span { border-color: rgb(176,104,130); }

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