Html Css Color HEX #B9708A Tapestry

📋 copy color: '#B9708A'

red 185 ◦ green 112 ◦ blue 138

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

Shades of Tapestry #B9708A

Tints of Tapestry #B9708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.75%

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

R = 42.53%
G = 25.75%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9708A (or 0xB9708A) is known color: Tapestry. HEX triplet: B9, 70 and 8A. RGB value is (185,112,138). Sum of RGB (Red+Green+Blue) = 185+112+138=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B9708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9708A is #468F75. Grayscale: #888888. Windows color (decimal): -4624246 or 9072825. OLE color: 9072825.

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

Color convert

RGB 185 112 138 -
CMYK 0 0.39 0.25 0.27
HSL 338.63º 0.34% 0.58% -
HSV(B) 338.63º 0.39% 0.73% -
XYZ 30.39 23.74 27.02 -
YUV 136.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 185 112 138 0 0.39 0.25 0.27 338.63 0.34 0.58
Hex B9 70 8A 0 27 19 1B 153 22 3A
Octal 271 160 212 0 47 31 33 523 42 72
Binary 10111001 1110000 10001010 0 100111 11001 11011 101010011 100010 111010

Color Harmonies of #B9708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9708A

Black with #B9708A

Text Example


Text Example

White with #B9708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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