Html Css Color HEX #B96077 Tapestry

📋 copy color: '#B96077'

red 185 ◦ green 96 ◦ blue 119

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

Shades of Tapestry #B96077

Tints of Tapestry #B96077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

 BLUE value IS 119 (46.88% from 255) = 29.75%

R = 46.25%
G = 24%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B96077 (or 0xB96077) is known color: Tapestry. HEX triplet: B9, 60 and 77. RGB value is (185,96,119). Sum of RGB (Red+Green+Blue) = 185+96+119=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B96077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96077 is #469F88. Grayscale: #7D7D7D. Windows color (decimal): -4628361 or 7823545. OLE color: 7823545.

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

Color convert

RGB 185 96 119 -
CMYK 0 0.48 0.36 0.27
HSL 344.49º 0.39% 0.55% -
HSV(B) 344.49º 0.48% 0.73% -
XYZ 27.52 20.01 19.86 -
YUV 125.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 185 96 119 0 0.48 0.36 0.27 344.49 0.39 0.55
Hex B9 60 77 0 30 24 1B 158 27 37
Octal 271 140 167 0 60 44 33 530 47 67
Binary 10111001 1100000 1110111 0 110000 100100 11011 101011000 100111 110111

Color Harmonies of #B96077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96077

Black with #B96077

Text Example


Text Example

White with #B96077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96077; }

 p { color: rgb(185,96,119); }

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

background-color css

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

 a { background-color: rgb(185,96,119); }

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

border-color css

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

 span { border-color: rgb(185,96,119); }

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