Html Css Color HEX #B06278 Tapestry

📋 copy color: '#B06278'

red 176 ◦ green 98 ◦ blue 120

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

Shades of Tapestry #B06278

Tints of Tapestry #B06278

RGB

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

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

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

R = 44.67%
G = 24.87%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B06278 (or 0xB06278) is known color: Tapestry. HEX triplet: B0, 62 and 78. RGB value is (176,98,120). Sum of RGB (Red+Green+Blue) = 176+98+120=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B06278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06278 is #4F9D87. Grayscale: #7B7B7B. Windows color (decimal): -5217672 or 7889584. OLE color: 7889584.

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

Color convert

RGB 176 98 120 -
CMYK 0 0.44 0.32 0.31
HSL 343.08º 0.33% 0.54% -
HSV(B) 343.08º 0.44% 0.69% -
XYZ 25.66 19.32 20.15 -
YUV 123.83 125.84 165.21 -
System Red Green Blue C M Y K H S L
Decimal 176 98 120 0 0.44 0.32 0.31 343.08 0.33 0.54
Hex B0 62 78 0 2C 20 1F 157 21 36
Octal 260 142 170 0 54 40 37 527 41 66
Binary 10110000 1100010 1111000 0 101100 100000 11111 101010111 100001 110110

Color Harmonies of #B06278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06278

Black with #B06278

Text Example


Text Example

White with #B06278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06278; }

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

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

background-color css

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

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

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

border-color css

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

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

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