Html Css Color HEX #B9728A Tapestry

📋 copy color: '#B9728A'

red 185 ◦ green 114 ◦ blue 138

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

Shades of Tapestry #B9728A

Tints of Tapestry #B9728A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.09%

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

R = 42.33%
G = 26.09%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9728A (or 0xB9728A) is known color: Tapestry. HEX triplet: B9, 72 and 8A. RGB value is (185,114,138). Sum of RGB (Red+Green+Blue) = 185+114+138=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9728A is #468D75. Grayscale: #898989. Windows color (decimal): -4623734 or 9073337. OLE color: 9073337.

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

Color convert

RGB 185 114 138 -
CMYK 0 0.38 0.25 0.27
HSL 339.72º 0.34% 0.59% -
HSV(B) 339.72º 0.38% 0.73% -
XYZ 30.61 24.18 27.1 -
YUV 137.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 185 114 138 0 0.38 0.25 0.27 339.72 0.34 0.59
Hex B9 72 8A 0 26 19 1B 154 22 3B
Octal 271 162 212 0 46 31 33 524 42 73
Binary 10111001 1110010 10001010 0 100110 11001 11011 101010100 100010 111011

Color Harmonies of #B9728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9728A

Black with #B9728A

Text Example


Text Example

White with #B9728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9728A; }

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

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

background-color css

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

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

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

border-color css

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

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

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