Html Css Color HEX #B06289 Tapestry

📋 copy color: '#B06289'

red 176 ◦ green 98 ◦ blue 137

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

Shades of Tapestry #B06289

Tints of Tapestry #B06289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.33%

R = 42.82%
G = 23.84%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B06289 (or 0xB06289) is known color: Tapestry. HEX triplet: B0, 62 and 89. RGB value is (176,98,137). Sum of RGB (Red+Green+Blue) = 176+98+137=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B06289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06289 is #4F9D76. Grayscale: #7D7D7D. Windows color (decimal): -5217655 or 9003696. OLE color: 9003696.

HSL color Cylindrical-coordinate representation of color #B06289: hue angle of 330º 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 #B06289 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 98 137 -
CMYK 0 0.44 0.22 0.31
HSL 330º 0.33% 0.54% -
HSV(B) 330º 0.44% 0.69% -
XYZ 26.79 19.77 26.07 -
YUV 125.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 176 98 137 0 0.44 0.22 0.31 330 0.33 0.54
Hex B0 62 89 0 2C 16 1F 14A 21 36
Octal 260 142 211 0 54 26 37 512 41 66
Binary 10110000 1100010 10001001 0 101100 10110 11111 101001010 100001 110110

Color Harmonies of #B06289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06289

Black with #B06289

Text Example


Text Example

White with #B06289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06289; }

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

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

background-color css

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

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

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

border-color css

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

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

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