Html Css Color HEX #B06087 Tapestry

📋 copy color: '#B06087'

red 176 ◦ green 96 ◦ blue 135

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

Shades of Tapestry #B06087

Tints of Tapestry #B06087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.17%

R = 43.24%
G = 23.59%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B06087 (or 0xB06087) is known color: Tapestry. HEX triplet: B0, 60 and 87. RGB value is (176,96,135). Sum of RGB (Red+Green+Blue) = 176+96+135=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B06087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06087 is #4F9F78. Grayscale: #7C7C7C. Windows color (decimal): -5218169 or 8872112. OLE color: 8872112.

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

Color convert

RGB 176 96 135 -
CMYK 0 0.45 0.23 0.31
HSL 330.75º 0.34% 0.53% -
HSV(B) 330.75º 0.45% 0.69% -
XYZ 26.46 19.35 25.26 -
YUV 124.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 176 96 135 0 0.45 0.23 0.31 330.75 0.34 0.53
Hex B0 60 87 0 2D 17 1F 14B 22 35
Octal 260 140 207 0 55 27 37 513 42 65
Binary 10110000 1100000 10000111 0 101101 10111 11111 101001011 100010 110101

Color Harmonies of #B06087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06087

Black with #B06087

Text Example


Text Example

White with #B06087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06087; }

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

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

background-color css

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

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

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

border-color css

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

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

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