Html Css Color HEX #B06078 Tapestry

📋 copy color: '#B06078'

red 176 ◦ green 96 ◦ blue 120

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

Shades of Tapestry #B06078

Tints of Tapestry #B06078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.61%

R = 44.9%
G = 24.49%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B06078 (or 0xB06078) is known color: Tapestry. HEX triplet: B0, 60 and 78. RGB value is (176,96,120). Sum of RGB (Red+Green+Blue) = 176+96+120=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B06078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06078 is #4F9F87. Grayscale: #7A7A7A. Windows color (decimal): -5218184 or 7889072. OLE color: 7889072.

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

Color convert

RGB 176 96 120 -
CMYK 0 0.45 0.32 0.31
HSL 342º 0.34% 0.53% -
HSV(B) 342º 0.45% 0.69% -
XYZ 25.48 18.95 20.08 -
YUV 122.66 126.5 166.05 -
System Red Green Blue C M Y K H S L
Decimal 176 96 120 0 0.45 0.32 0.31 342 0.34 0.53
Hex B0 60 78 0 2D 20 1F 156 22 35
Octal 260 140 170 0 55 40 37 526 42 65
Binary 10110000 1100000 1111000 0 101101 100000 11111 101010110 100010 110101

Color Harmonies of #B06078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06078

Black with #B06078

Text Example


Text Example

White with #B06078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06078; }

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

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

background-color css

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

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

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

border-color css

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

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

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