Html Css Color HEX #B76078 Tapestry

📋 copy color: '#B76078'

red 183 ◦ green 96 ◦ blue 120

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

Shades of Tapestry #B76078

Tints of Tapestry #B76078

RGB

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

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

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

R = 45.86%
G = 24.06%
B = 30.08%

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

#B76078 (or 0xB76078) is known color: Tapestry. HEX triplet: B7, 60 and 78. RGB value is (183,96,120). Sum of RGB (Red+Green+Blue) = 183+96+120=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B76078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76078 is #489F87. Grayscale: #7C7C7C. Windows color (decimal): -4759432 or 7889079. OLE color: 7889079.

HSL color Cylindrical-coordinate representation of color #B76078: hue angle of 343.45º 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 #B76078 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 96 120 -
CMYK 0 0.48 0.34 0.28
HSL 343.45º 0.38% 0.55% -
HSV(B) 343.45º 0.48% 0.72% -
XYZ 27.1 19.79 20.16 -
YUV 124.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 183 96 120 0 0.48 0.34 0.28 343.45 0.38 0.55
Hex B7 60 78 0 30 22 1C 157 26 37
Octal 267 140 170 0 60 42 34 527 46 67
Binary 10110111 1100000 1111000 0 110000 100010 11100 101010111 100110 110111

Color Harmonies of #B76078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76078

Black with #B76078

Text Example


Text Example

White with #B76078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76078; }

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

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

background-color css

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

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

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

border-color css

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

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

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