Html Css Color HEX #B9728F Tapestry

📋 copy color: '#B9728F'

red 185 ◦ green 114 ◦ blue 143

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

Shades of Tapestry #B9728F

Tints of Tapestry #B9728F

RGB

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

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

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

R = 41.86%
G = 25.79%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9728F (or 0xB9728F) is known color: Tapestry. HEX triplet: B9, 72 and 8F. RGB value is (185,114,143). Sum of RGB (Red+Green+Blue) = 185+114+143=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9728F is #468D70. Grayscale: #8A8A8A. Windows color (decimal): -4623729 or 9401017. OLE color: 9401017.

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

Color convert

RGB 185 114 143 -
CMYK 0 0.38 0.23 0.27
HSL 335.49º 0.34% 0.59% -
HSV(B) 335.49º 0.38% 0.73% -
XYZ 30.98 24.33 29.05 -
YUV 138.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 185 114 143 0 0.38 0.23 0.27 335.49 0.34 0.59
Hex B9 72 8F 0 26 17 1B 14F 22 3B
Octal 271 162 217 0 46 27 33 517 42 73
Binary 10111001 1110010 10001111 0 100110 10111 11011 101001111 100010 111011

Color Harmonies of #B9728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9728F

Black with #B9728F

Text Example


Text Example

White with #B9728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9728F; }

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

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

background-color css

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

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

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

border-color css

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

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

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