Html Css Color HEX #B9768A Tapestry

📋 copy color: '#B9768A'

red 185 ◦ green 118 ◦ blue 138

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

Shades of Tapestry #B9768A

Tints of Tapestry #B9768A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 41.95%
G = 26.76%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9768A (or 0xB9768A) is known color: Tapestry. HEX triplet: B9, 76 and 8A. RGB value is (185,118,138). Sum of RGB (Red+Green+Blue) = 185+118+138=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9768A is #468975. Grayscale: #8C8C8C. Windows color (decimal): -4622710 or 9074361. OLE color: 9074361.

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

Color convert

RGB 185 118 138 -
CMYK 0 0.36 0.25 0.27
HSL 342.09º 0.32% 0.59% -
HSV(B) 342.09º 0.36% 0.73% -
XYZ 31.07 25.11 27.25 -
YUV 140.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 185 118 138 0 0.36 0.25 0.27 342.09 0.32 0.59
Hex B9 76 8A 0 24 19 1B 156 20 3B
Octal 271 166 212 0 44 31 33 526 40 73
Binary 10111001 1110110 10001010 0 100100 11001 11011 101010110 100000 111011

Color Harmonies of #B9768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9768A

Black with #B9768A

Text Example


Text Example

White with #B9768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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