Html Css Color HEX #B06089 Tapestry

📋 copy color: '#B06089'

red 176 ◦ green 96 ◦ blue 137

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

Shades of Tapestry #B06089

Tints of Tapestry #B06089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.47%

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

R = 43.03%
G = 23.47%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B06089 (or 0xB06089) is known color: Tapestry. HEX triplet: B0, 60 and 89. RGB value is (176,96,137). Sum of RGB (Red+Green+Blue) = 176+96+137=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B06089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06089 is #4F9F76. Grayscale: #7C7C7C. Windows color (decimal): -5218167 or 9003184. OLE color: 9003184.

HSL color Cylindrical-coordinate representation of color #B06089: hue angle of 329.25º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06089 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 96 137 -
CMYK 0 0.45 0.22 0.31
HSL 329.25º 0.34% 0.53% -
HSV(B) 329.25º 0.45% 0.69% -
XYZ 26.6 19.4 26.01 -
YUV 124.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 176 96 137 0 0.45 0.22 0.31 329.25 0.34 0.53
Hex B0 60 89 0 2D 16 1F 149 22 35
Octal 260 140 211 0 55 26 37 511 42 65
Binary 10110000 1100000 10001001 0 101101 10110 11111 101001001 100010 110101

Color Harmonies of #B06089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06089

Black with #B06089

Text Example


Text Example

White with #B06089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06089; }

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

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

background-color css

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

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

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

border-color css

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

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

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