Html Css Color HEX #B9767B Tapestry

📋 copy color: '#B9767B'

red 185 ◦ green 118 ◦ blue 123

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

Shades of Tapestry #B9767B

Tints of Tapestry #B9767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.7%

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

R = 43.43%
G = 27.7%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9767B (or 0xB9767B) is known color: Tapestry. HEX triplet: B9, 76 and 7B. RGB value is (185,118,123). Sum of RGB (Red+Green+Blue) = 185+118+123=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9767B is #468984. Grayscale: #8A8A8A. Windows color (decimal): -4622725 or 8091321. OLE color: 8091321.

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

Color convert

RGB 185 118 123 -
CMYK 0 0.36 0.34 0.27
HSL 355.52º 0.32% 0.59% -
HSV(B) 355.52º 0.36% 0.73% -
XYZ 30.06 24.7 21.92 -
YUV 138.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 185 118 123 0 0.36 0.34 0.27 355.52 0.32 0.59
Hex B9 76 7B 0 24 22 1B 164 20 3B
Octal 271 166 173 0 44 42 33 544 40 73
Binary 10111001 1110110 1111011 0 100100 100010 11011 101100100 100000 111011

Color Harmonies of #B9767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9767B

Black with #B9767B

Text Example


Text Example

White with #B9767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9767B; }

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

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

background-color css

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

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

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

border-color css

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

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

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