Html Css Color HEX #B77594 Tapestry

📋 copy color: '#B77594'

red 183 ◦ green 117 ◦ blue 148

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

Shades of Tapestry #B77594

Tints of Tapestry #B77594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.12%

 BLUE value IS 148 (58.2% from 255) = 33.04%

R = 40.85%
G = 26.12%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B77594 (or 0xB77594) is known color: Tapestry. HEX triplet: B7, 75 and 94. RGB value is (183,117,148). Sum of RGB (Red+Green+Blue) = 183+117+148=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B77594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77594 is #488A6B. Grayscale: #8C8C8C. Windows color (decimal): -4754028 or 9729463. OLE color: 9729463.

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

Color convert

RGB 183 117 148 -
CMYK 0 0.36 0.19 0.28
HSL 331.82º 0.31% 0.59% -
HSV(B) 331.82º 0.36% 0.72% -
XYZ 31.24 24.93 31.18 -
YUV 140.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 183 117 148 0 0.36 0.19 0.28 331.82 0.31 0.59
Hex B7 75 94 0 24 13 1C 14C 1F 3B
Octal 267 165 224 0 44 23 34 514 37 73
Binary 10110111 1110101 10010100 0 100100 10011 11100 101001100 11111 111011

Color Harmonies of #B77594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77594

Black with #B77594

Text Example


Text Example

White with #B77594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77594; }

 p { color: rgb(183,117,148); }

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

background-color css

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

 a { background-color: rgb(183,117,148); }

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

border-color css

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

 span { border-color: rgb(183,117,148); }

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