Html Css Color HEX #B9757B Tapestry

📋 copy color: '#B9757B'

red 185 ◦ green 117 ◦ blue 123

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

Shades of Tapestry #B9757B

Tints of Tapestry #B9757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.94%

R = 43.53%
G = 27.53%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9757B (or 0xB9757B) is known color: Tapestry. HEX triplet: B9, 75 and 7B. RGB value is (185,117,123). Sum of RGB (Red+Green+Blue) = 185+117+123=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9757B is #468A84. Grayscale: #8A8A8A. Windows color (decimal): -4622981 or 8091065. OLE color: 8091065.

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

Color convert

RGB 185 117 123 -
CMYK 0 0.37 0.34 0.27
HSL 354.71º 0.33% 0.59% -
HSV(B) 354.71º 0.37% 0.73% -
XYZ 29.94 24.47 21.88 -
YUV 138.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 185 117 123 0 0.37 0.34 0.27 354.71 0.33 0.59
Hex B9 75 7B 0 25 22 1B 163 21 3B
Octal 271 165 173 0 45 42 33 543 41 73
Binary 10111001 1110101 1111011 0 100101 100010 11011 101100011 100001 111011

Color Harmonies of #B9757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9757B

Black with #B9757B

Text Example


Text Example

White with #B9757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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