Html Css Color HEX #B96379 Tapestry

📋 copy color: '#B96379'

red 185 ◦ green 99 ◦ blue 121

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

Shades of Tapestry #B96379

Tints of Tapestry #B96379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.44%

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

R = 45.68%
G = 24.44%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B96379 (or 0xB96379) is known color: Tapestry. HEX triplet: B9, 63 and 79. RGB value is (185,99,121). Sum of RGB (Red+Green+Blue) = 185+99+121=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B96379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96379 is #469C86. Grayscale: #7F7F7F. Windows color (decimal): -4627591 or 7955385. OLE color: 7955385.

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

Color convert

RGB 185 99 121 -
CMYK 0 0.46 0.35 0.27
HSL 344.65º 0.38% 0.56% -
HSV(B) 344.65º 0.46% 0.73% -
XYZ 27.92 20.62 20.6 -
YUV 127.22 124.49 169.21 -
System Red Green Blue C M Y K H S L
Decimal 185 99 121 0 0.46 0.35 0.27 344.65 0.38 0.56
Hex B9 63 79 0 2E 23 1B 159 26 38
Octal 271 143 171 0 56 43 33 531 46 70
Binary 10111001 1100011 1111001 0 101110 100011 11011 101011001 100110 111000

Color Harmonies of #B96379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96379

Black with #B96379

Text Example


Text Example

White with #B96379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96379; }

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

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

background-color css

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

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

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

border-color css

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

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

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