Html Css Color HEX #B17285 Tapestry

📋 copy color: '#B17285'

red 177 ◦ green 114 ◦ blue 133

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

Shades of Tapestry #B17285

Tints of Tapestry #B17285

RGB

 RED value IS 177 (69.53% from 255) = 41.75%

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

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

R = 41.75%
G = 26.89%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B17285 (or 0xB17285) is known color: Tapestry. HEX triplet: B1, 72 and 85. RGB value is (177,114,133). Sum of RGB (Red+Green+Blue) = 177+114+133=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B17285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17285 is #4E8D7A. Grayscale: #868686. Windows color (decimal): -5148027 or 8745649. OLE color: 8745649.

HSL color Cylindrical-coordinate representation of color #B17285: hue angle of 341.9º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17285 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 114 133 -
CMYK 0 0.36 0.25 0.31
HSL 341.9º 0.29% 0.57% -
HSV(B) 341.9º 0.36% 0.69% -
XYZ 28.38 23.08 25.15 -
YUV 135 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 177 114 133 0 0.36 0.25 0.31 341.9 0.29 0.57
Hex B1 72 85 0 24 19 1F 156 1D 39
Octal 261 162 205 0 44 31 37 526 35 71
Binary 10110001 1110010 10000101 0 100100 11001 11111 101010110 11101 111001

Color Harmonies of #B17285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17285

Black with #B17285

Text Example


Text Example

White with #B17285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17285; }

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

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

background-color css

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

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

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

border-color css

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

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

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