Html Css Color HEX #B9768C Tapestry

📋 copy color: '#B9768C'

red 185 ◦ green 118 ◦ blue 140

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

Shades of Tapestry #B9768C

Tints of Tapestry #B9768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.6%

R = 41.76%
G = 26.64%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9768C (or 0xB9768C) is known color: Tapestry. HEX triplet: B9, 76 and 8C. RGB value is (185,118,140). Sum of RGB (Red+Green+Blue) = 185+118+140=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9768C is #468973. Grayscale: #8C8C8C. Windows color (decimal): -4622708 or 9205433. OLE color: 9205433.

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

Color convert

RGB 185 118 140 -
CMYK 0 0.36 0.24 0.27
HSL 340.3º 0.32% 0.59% -
HSV(B) 340.3º 0.36% 0.73% -
XYZ 31.22 25.16 28.02 -
YUV 140.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 185 118 140 0 0.36 0.24 0.27 340.3 0.32 0.59
Hex B9 76 8C 0 24 18 1B 154 20 3B
Octal 271 166 214 0 44 30 33 524 40 73
Binary 10111001 1110110 10001100 0 100100 11000 11011 101010100 100000 111011

Color Harmonies of #B9768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9768C

Black with #B9768C

Text Example


Text Example

White with #B9768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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