Html Css Color HEX #B16278 Tapestry

📋 copy color: '#B16278'

red 177 ◦ green 98 ◦ blue 120

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

Shades of Tapestry #B16278

Tints of Tapestry #B16278

RGB

 RED value IS 177 (69.53% from 255) = 44.81%

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

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

R = 44.81%
G = 24.81%
B = 30.38%

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

#B16278 (or 0xB16278) is known color: Tapestry. HEX triplet: B1, 62 and 78. RGB value is (177,98,120). Sum of RGB (Red+Green+Blue) = 177+98+120=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B16278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16278 is #4E9D87. Grayscale: #7C7C7C. Windows color (decimal): -5152136 or 7889585. OLE color: 7889585.

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

Color convert

RGB 177 98 120 -
CMYK 0 0.45 0.32 0.31
HSL 343.29º 0.34% 0.54% -
HSV(B) 343.29º 0.45% 0.69% -
XYZ 25.89 19.44 20.16 -
YUV 124.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 177 98 120 0 0.45 0.32 0.31 343.29 0.34 0.54
Hex B1 62 78 0 2D 20 1F 157 22 36
Octal 261 142 170 0 55 40 37 527 42 66
Binary 10110001 1100010 1111000 0 101101 100000 11111 101010111 100010 110110

Color Harmonies of #B16278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16278

Black with #B16278

Text Example


Text Example

White with #B16278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16278; }

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

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

background-color css

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

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

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

border-color css

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

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

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