Html Css Color HEX #B9758C Tapestry

📋 copy color: '#B9758C'

red 185 ◦ green 117 ◦ blue 140

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

Shades of Tapestry #B9758C

Tints of Tapestry #B9758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.47%

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

R = 41.86%
G = 26.47%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9758C (or 0xB9758C) is known color: Tapestry. HEX triplet: B9, 75 and 8C. RGB value is (185,117,140). Sum of RGB (Red+Green+Blue) = 185+117+140=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9758C is #468A73. Grayscale: #8B8B8B. Windows color (decimal): -4622964 or 9205177. OLE color: 9205177.

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

Color convert

RGB 185 117 140 -
CMYK 0 0.37 0.24 0.27
HSL 339.71º 0.33% 0.59% -
HSV(B) 339.71º 0.37% 0.73% -
XYZ 31.1 24.93 27.98 -
YUV 139.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 185 117 140 0 0.37 0.24 0.27 339.71 0.33 0.59
Hex B9 75 8C 0 25 18 1B 154 21 3B
Octal 271 165 214 0 45 30 33 524 41 73
Binary 10111001 1110101 10001100 0 100101 11000 11011 101010100 100001 111011

Color Harmonies of #B9758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9758C

Black with #B9758C

Text Example


Text Example

White with #B9758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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