Html Css Color HEX #B76079 Tapestry

📋 copy color: '#B76079'

red 183 ◦ green 96 ◦ blue 121

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

Shades of Tapestry #B76079

Tints of Tapestry #B76079

RGB

 RED value IS 183 (71.88% from 255) = 45.75%

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

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

R = 45.75%
G = 24%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B76079 (or 0xB76079) is known color: Tapestry. HEX triplet: B7, 60 and 79. RGB value is (183,96,121). Sum of RGB (Red+Green+Blue) = 183+96+121=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B76079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76079 is #489F86. Grayscale: #7C7C7C. Windows color (decimal): -4759431 or 7954615. OLE color: 7954615.

HSL color Cylindrical-coordinate representation of color #B76079: hue angle of 342.76º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B76079 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 96 121 -
CMYK 0 0.48 0.34 0.28
HSL 342.76º 0.38% 0.55% -
HSV(B) 342.76º 0.48% 0.72% -
XYZ 27.16 19.81 20.48 -
YUV 124.86 125.82 169.47 -
System Red Green Blue C M Y K H S L
Decimal 183 96 121 0 0.48 0.34 0.28 342.76 0.38 0.55
Hex B7 60 79 0 30 22 1C 157 26 37
Octal 267 140 171 0 60 42 34 527 46 67
Binary 10110111 1100000 1111001 0 110000 100010 11100 101010111 100110 110111

Color Harmonies of #B76079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76079

Black with #B76079

Text Example


Text Example

White with #B76079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76079; }

 p { color: rgb(183,96,121); }

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

background-color css

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

 a { background-color: rgb(183,96,121); }

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

border-color css

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

 span { border-color: rgb(183,96,121); }

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