Html Css Color HEX #B06282 Tapestry

📋 copy color: '#B06282'

red 176 ◦ green 98 ◦ blue 130

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

Shades of Tapestry #B06282

Tints of Tapestry #B06282

RGB

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

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

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

R = 43.56%
G = 24.26%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B06282 (or 0xB06282) is known color: Tapestry. HEX triplet: B0, 62 and 82. RGB value is (176,98,130). Sum of RGB (Red+Green+Blue) = 176+98+130=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B06282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06282 is #4F9D7D. Grayscale: #7C7C7C. Windows color (decimal): -5217662 or 8544944. OLE color: 8544944.

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

Color convert

RGB 176 98 130 -
CMYK 0 0.44 0.26 0.31
HSL 335.38º 0.33% 0.54% -
HSV(B) 335.38º 0.44% 0.69% -
XYZ 26.3 19.58 23.51 -
YUV 124.97 130.84 164.4 -
System Red Green Blue C M Y K H S L
Decimal 176 98 130 0 0.44 0.26 0.31 335.38 0.33 0.54
Hex B0 62 82 0 2C 1A 1F 14F 21 36
Octal 260 142 202 0 54 32 37 517 41 66
Binary 10110000 1100010 10000010 0 101100 11010 11111 101001111 100001 110110

Color Harmonies of #B06282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06282

Black with #B06282

Text Example


Text Example

White with #B06282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06282; }

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

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

background-color css

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

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

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

border-color css

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

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

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