Html Css Color HEX #B77585 Tapestry

📋 copy color: '#B77585'

red 183 ◦ green 117 ◦ blue 133

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

Shades of Tapestry #B77585

Tints of Tapestry #B77585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.72%

R = 42.26%
G = 27.02%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B77585 (or 0xB77585) is known color: Tapestry. HEX triplet: B7, 75 and 85. RGB value is (183,117,133). Sum of RGB (Red+Green+Blue) = 183+117+133=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B77585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77585 is #488A7A. Grayscale: #8A8A8A. Windows color (decimal): -4754043 or 8746423. OLE color: 8746423.

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

Color convert

RGB 183 117 133 -
CMYK 0 0.36 0.27 0.28
HSL 345.45º 0.31% 0.59% -
HSV(B) 345.45º 0.36% 0.72% -
XYZ 30.12 24.48 25.33 -
YUV 138.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 183 117 133 0 0.36 0.27 0.28 345.45 0.31 0.59
Hex B7 75 85 0 24 1B 1C 159 1F 3B
Octal 267 165 205 0 44 33 34 531 37 73
Binary 10110111 1110101 10000101 0 100100 11011 11100 101011001 11111 111011

Color Harmonies of #B77585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77585

Black with #B77585

Text Example


Text Example

White with #B77585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77585; }

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

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

background-color css

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

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

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

border-color css

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

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

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