Html Css Color HEX #B06479 Tapestry

📋 copy color: '#B06479'

red 176 ◦ green 100 ◦ blue 121

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

Shades of Tapestry #B06479

Tints of Tapestry #B06479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.19%

 BLUE value IS 121 (47.66% from 255) = 30.48%

R = 44.33%
G = 25.19%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B06479 (or 0xB06479) is known color: Tapestry. HEX triplet: B0, 64 and 79. RGB value is (176,100,121). Sum of RGB (Red+Green+Blue) = 176+100+121=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B06479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06479 is #4F9B86. Grayscale: #7D7D7D. Windows color (decimal): -5217159 or 7955632. OLE color: 7955632.

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

Color convert

RGB 176 100 121 -
CMYK 0 0.43 0.31 0.31
HSL 343.42º 0.32% 0.54% -
HSV(B) 343.42º 0.43% 0.69% -
XYZ 25.91 19.72 20.53 -
YUV 125.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 176 100 121 0 0.43 0.31 0.31 343.42 0.32 0.54
Hex B0 64 79 0 2B 1F 1F 157 20 36
Octal 260 144 171 0 53 37 37 527 40 66
Binary 10110000 1100100 1111001 0 101011 11111 11111 101010111 100000 110110

Color Harmonies of #B06479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06479

Black with #B06479

Text Example


Text Example

White with #B06479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06479; }

 p { color: rgb(176,100,121); }

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

background-color css

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

 a { background-color: rgb(176,100,121); }

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

border-color css

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

 span { border-color: rgb(176,100,121); }

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