Html Css Color HEX #B9757E Tapestry

📋 copy color: '#B9757E'

red 185 ◦ green 117 ◦ blue 126

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

Shades of Tapestry #B9757E

Tints of Tapestry #B9757E

RGB

 RED value IS 185 (72.66% from 255) = 43.22%

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

 BLUE value IS 126 (49.61% from 255) = 29.44%

R = 43.22%
G = 27.34%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9757E (or 0xB9757E) is known color: Tapestry. HEX triplet: B9, 75 and 7E. RGB value is (185,117,126). Sum of RGB (Red+Green+Blue) = 185+117+126=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9757E is #468A81. Grayscale: #8A8A8A. Windows color (decimal): -4622978 or 8287673. OLE color: 8287673.

HSL color Cylindrical-coordinate representation of color #B9757E: hue angle of 352.06º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9757E is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 117 126 -
CMYK 0 0.37 0.32 0.27
HSL 352.06º 0.33% 0.59% -
HSV(B) 352.06º 0.37% 0.73% -
XYZ 30.13 24.54 22.89 -
YUV 138.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 185 117 126 0 0.37 0.32 0.27 352.06 0.33 0.59
Hex B9 75 7E 0 25 20 1B 160 21 3B
Octal 271 165 176 0 45 40 33 540 41 73
Binary 10111001 1110101 1111110 0 100101 100000 11011 101100000 100001 111011

Color Harmonies of #B9757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9757E

Black with #B9757E

Text Example


Text Example

White with #B9757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9757E; }

 p { color: rgb(185,117,126); }

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

background-color css

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

 a { background-color: rgb(185,117,126); }

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

border-color css

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

 span { border-color: rgb(185,117,126); }

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