Html Css Color HEX #B76978 Tapestry

📋 copy color: '#B76978'

red 183 ◦ green 105 ◦ blue 120

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

Shades of Tapestry #B76978

Tints of Tapestry #B76978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.74%

 BLUE value IS 120 (47.27% from 255) = 29.41%

R = 44.85%
G = 25.74%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B76978 (or 0xB76978) is known color: Tapestry. HEX triplet: B7, 69 and 78. RGB value is (183,105,120). Sum of RGB (Red+Green+Blue) = 183+105+120=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B76978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76978 is #489687. Grayscale: #828282. Windows color (decimal): -4757128 or 7891383. OLE color: 7891383.

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

Color convert

RGB 183 105 120 -
CMYK 0 0.43 0.34 0.28
HSL 348.46º 0.35% 0.56% -
HSV(B) 348.46º 0.43% 0.72% -
XYZ 27.97 21.53 20.45 -
YUV 130.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 183 105 120 0 0.43 0.34 0.28 348.46 0.35 0.56
Hex B7 69 78 0 2B 22 1C 15C 23 38
Octal 267 151 170 0 53 42 34 534 43 70
Binary 10110111 1101001 1111000 0 101011 100010 11100 101011100 100011 111000

Color Harmonies of #B76978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76978

Black with #B76978

Text Example


Text Example

White with #B76978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76978; }

 p { color: rgb(183,105,120); }

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

background-color css

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

 a { background-color: rgb(183,105,120); }

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

border-color css

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

 span { border-color: rgb(183,105,120); }

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