Html Css Color HEX #B76477 Tapestry

📋 copy color: '#B76477'

red 183 ◦ green 100 ◦ blue 119

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

Shades of Tapestry #B76477

Tints of Tapestry #B76477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.88%

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

R = 45.52%
G = 24.88%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B76477 (or 0xB76477) is known color: Tapestry. HEX triplet: B7, 64 and 77. RGB value is (183,100,119). Sum of RGB (Red+Green+Blue) = 183+100+119=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B76477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76477 is #489B88. Grayscale: #7E7E7E. Windows color (decimal): -4758409 or 7824567. OLE color: 7824567.

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

Color convert

RGB 183 100 119 -
CMYK 0 0.45 0.35 0.28
HSL 346.27º 0.37% 0.55% -
HSV(B) 346.27º 0.45% 0.72% -
XYZ 27.42 20.51 19.97 -
YUV 126.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 183 100 119 0 0.45 0.35 0.28 346.27 0.37 0.55
Hex B7 64 77 0 2D 23 1C 15A 25 37
Octal 267 144 167 0 55 43 34 532 45 67
Binary 10110111 1100100 1110111 0 101101 100011 11100 101011010 100101 110111

Color Harmonies of #B76477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76477

Black with #B76477

Text Example


Text Example

White with #B76477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76477; }

 p { color: rgb(183,100,119); }

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

background-color css

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

 a { background-color: rgb(183,100,119); }

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

border-color css

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

 span { border-color: rgb(183,100,119); }

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