Html Css Color HEX #B17D92 Tapestry

📋 copy color: '#B17D92'

red 177 ◦ green 125 ◦ blue 146

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

Shades of Tapestry #B17D92

Tints of Tapestry #B17D92

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.9%

 BLUE value IS 146 (57.42% from 255) = 32.59%

R = 39.51%
G = 27.9%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B17D92 (or 0xB17D92) is known color: Tapestry. HEX triplet: B1, 7D and 92. RGB value is (177,125,146). Sum of RGB (Red+Green+Blue) = 177+125+146=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17D92 is #4E826D. Grayscale: #8E8E8E. Windows color (decimal): -5145198 or 9600433. OLE color: 9600433.

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

Color convert

RGB 177 125 146 -
CMYK 0 0.29 0.18 0.31
HSL 335.77º 0.25% 0.59% -
HSV(B) 335.77º 0.29% 0.69% -
XYZ 30.65 26.09 30.61 -
YUV 142.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 177 125 146 0 0.29 0.18 0.31 335.77 0.25 0.59
Hex B1 7D 92 0 1D 12 1F 150 19 3B
Octal 261 175 222 0 35 22 37 520 31 73
Binary 10110001 1111101 10010010 0 11101 10010 11111 101010000 11001 111011

Color Harmonies of #B17D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17D92

Black with #B17D92

Text Example


Text Example

White with #B17D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17D92; }

 p { color: rgb(177,125,146); }

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

background-color css

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

 a { background-color: rgb(177,125,146); }

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

border-color css

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

 span { border-color: rgb(177,125,146); }

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