Html Css Color HEX #B9777F Tapestry

📋 copy color: '#B9777F'

red 185 ◦ green 119 ◦ blue 127

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

Shades of Tapestry #B9777F

Tints of Tapestry #B9777F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.61%

 BLUE value IS 127 (50% from 255) = 29.47%

R = 42.92%
G = 27.61%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9777F (or 0xB9777F) is known color: Tapestry. HEX triplet: B9, 77 and 7F. RGB value is (185,119,127). Sum of RGB (Red+Green+Blue) = 185+119+127=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9777F is #468880. Grayscale: #8B8B8B. Windows color (decimal): -4622465 or 8353721. OLE color: 8353721.

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

Color convert

RGB 185 119 127 -
CMYK 0 0.36 0.31 0.27
HSL 352.73º 0.32% 0.6% -
HSV(B) 352.73º 0.36% 0.73% -
XYZ 30.44 25.04 23.31 -
YUV 139.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 185 119 127 0 0.36 0.31 0.27 352.73 0.32 0.6
Hex B9 77 7F 0 24 1F 1B 161 20 3C
Octal 271 167 177 0 44 37 33 541 40 74
Binary 10111001 1110111 1111111 0 100100 11111 11011 101100001 100000 111100

Color Harmonies of #B9777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9777F

Black with #B9777F

Text Example


Text Example

White with #B9777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9777F; }

 p { color: rgb(185,119,127); }

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

background-color css

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

 a { background-color: rgb(185,119,127); }

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

border-color css

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

 span { border-color: rgb(185,119,127); }

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