Html Css Color HEX #B9768F Tapestry

📋 copy color: '#B9768F'

red 185 ◦ green 118 ◦ blue 143

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

Shades of Tapestry #B9768F

Tints of Tapestry #B9768F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.06%

R = 41.48%
G = 26.46%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9768F (or 0xB9768F) is known color: Tapestry. HEX triplet: B9, 76 and 8F. RGB value is (185,118,143). Sum of RGB (Red+Green+Blue) = 185+118+143=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B9768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9768F is #468970. Grayscale: #8C8C8C. Windows color (decimal): -4622705 or 9402041. OLE color: 9402041.

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

Color convert

RGB 185 118 143 -
CMYK 0 0.36 0.23 0.27
HSL 337.61º 0.32% 0.59% -
HSV(B) 337.61º 0.36% 0.73% -
XYZ 31.44 25.25 29.2 -
YUV 140.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 185 118 143 0 0.36 0.23 0.27 337.61 0.32 0.59
Hex B9 76 8F 0 24 17 1B 152 20 3B
Octal 271 166 217 0 44 27 33 522 40 73
Binary 10111001 1110110 10001111 0 100100 10111 11011 101010010 100000 111011

Color Harmonies of #B9768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9768F

Black with #B9768F

Text Example


Text Example

White with #B9768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9768F; }

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

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

background-color css

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

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

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

border-color css

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

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

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