Html Css Color HEX #B77482 Tapestry

📋 copy color: '#B77482'

red 183 ◦ green 116 ◦ blue 130

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

Shades of Tapestry #B77482

Tints of Tapestry #B77482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.04%

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 42.66%
G = 27.04%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B77482 (or 0xB77482) is known color: Tapestry. HEX triplet: B7, 74 and 82. RGB value is (183,116,130). Sum of RGB (Red+Green+Blue) = 183+116+130=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B77482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77482 is #488B7D. Grayscale: #898989. Windows color (decimal): -4754302 or 8549559. OLE color: 8549559.

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

Color convert

RGB 183 116 130 -
CMYK 0 0.37 0.29 0.28
HSL 347.46º 0.32% 0.59% -
HSV(B) 347.46º 0.37% 0.72% -
XYZ 29.8 24.17 24.21 -
YUV 137.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 183 116 130 0 0.37 0.29 0.28 347.46 0.32 0.59
Hex B7 74 82 0 25 1D 1C 15B 20 3B
Octal 267 164 202 0 45 35 34 533 40 73
Binary 10110111 1110100 10000010 0 100101 11101 11100 101011011 100000 111011

Color Harmonies of #B77482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77482

Black with #B77482

Text Example


Text Example

White with #B77482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77482; }

 p { color: rgb(183,116,130); }

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

background-color css

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

 a { background-color: rgb(183,116,130); }

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

border-color css

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

 span { border-color: rgb(183,116,130); }

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