Html Css Color HEX #B77285 Tapestry

📋 copy color: '#B77285'

red 183 ◦ green 114 ◦ blue 133

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

Shades of Tapestry #B77285

Tints of Tapestry #B77285

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.51%

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

R = 42.56%
G = 26.51%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B77285 (or 0xB77285) is known color: Tapestry. HEX triplet: B7, 72 and 85. RGB value is (183,114,133). Sum of RGB (Red+Green+Blue) = 183+114+133=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B77285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77285 is #488D7A. Grayscale: #888888. Windows color (decimal): -4754811 or 8745655. OLE color: 8745655.

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

Color convert

RGB 183 114 133 -
CMYK 0 0.38 0.27 0.28
HSL 343.48º 0.32% 0.58% -
HSV(B) 343.48º 0.38% 0.72% -
XYZ 29.78 23.8 25.21 -
YUV 136.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 183 114 133 0 0.38 0.27 0.28 343.48 0.32 0.58
Hex B7 72 85 0 26 1B 1C 157 20 3A
Octal 267 162 205 0 46 33 34 527 40 72
Binary 10110111 1110010 10000101 0 100110 11011 11100 101010111 100000 111010

Color Harmonies of #B77285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77285

Black with #B77285

Text Example


Text Example

White with #B77285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77285; }

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

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

background-color css

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

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

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

border-color css

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

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

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