Html Css Color HEX #B96979 Tapestry

📋 copy color: '#B96979'

red 185 ◦ green 105 ◦ blue 121

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

Shades of Tapestry #B96979

Tints of Tapestry #B96979

RGB

 RED value IS 185 (72.66% from 255) = 45.01%

 GREEN value IS 105 (41.41% from 255) = 25.55%

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

R = 45.01%
G = 25.55%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B96979 (or 0xB96979) is known color: Tapestry. HEX triplet: B9, 69 and 79. RGB value is (185,105,121). Sum of RGB (Red+Green+Blue) = 185+105+121=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B96979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96979 is #469686. Grayscale: #828282. Windows color (decimal): -4626055 or 7956921. OLE color: 7956921.

HSL color Cylindrical-coordinate representation of color #B96979: hue angle of 348º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96979 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 105 121 -
CMYK 0 0.43 0.35 0.27
HSL 348º 0.36% 0.57% -
HSV(B) 348º 0.43% 0.73% -
XYZ 28.51 21.8 20.79 -
YUV 130.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 185 105 121 0 0.43 0.35 0.27 348 0.36 0.57
Hex B9 69 79 0 2B 23 1B 15C 24 39
Octal 271 151 171 0 53 43 33 534 44 71
Binary 10111001 1101001 1111001 0 101011 100011 11011 101011100 100100 111001

Color Harmonies of #B96979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96979

Black with #B96979

Text Example


Text Example

White with #B96979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96979; }

 p { color: rgb(185,105,121); }

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

background-color css

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

 a { background-color: rgb(185,105,121); }

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

border-color css

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

 span { border-color: rgb(185,105,121); }

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