Html Css Color HEX #B96279 Tapestry

📋 copy color: '#B96279'

red 185 ◦ green 98 ◦ blue 121

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

Shades of Tapestry #B96279

Tints of Tapestry #B96279

RGB

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

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

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

R = 45.79%
G = 24.26%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B96279 (or 0xB96279) is known color: Tapestry. HEX triplet: B9, 62 and 79. RGB value is (185,98,121). Sum of RGB (Red+Green+Blue) = 185+98+121=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B96279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96279 is #469D86. Grayscale: #7E7E7E. Windows color (decimal): -4627847 or 7955129. OLE color: 7955129.

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

Color convert

RGB 185 98 121 -
CMYK 0 0.47 0.35 0.27
HSL 344.14º 0.38% 0.55% -
HSV(B) 344.14º 0.47% 0.73% -
XYZ 27.83 20.43 20.57 -
YUV 126.64 124.82 169.63 -
System Red Green Blue C M Y K H S L
Decimal 185 98 121 0 0.47 0.35 0.27 344.14 0.38 0.55
Hex B9 62 79 0 2F 23 1B 158 26 37
Octal 271 142 171 0 57 43 33 530 46 67
Binary 10111001 1100010 1111001 0 101111 100011 11011 101011000 100110 110111

Color Harmonies of #B96279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96279

Black with #B96279

Text Example


Text Example

White with #B96279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96279; }

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

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

background-color css

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

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

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

border-color css

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

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

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