Html Css Color HEX #B9647D Tapestry

📋 copy color: '#B9647D'

red 185 ◦ green 100 ◦ blue 125

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

Shades of Tapestry #B9647D

Tints of Tapestry #B9647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.39%

 BLUE value IS 125 (49.22% from 255) = 30.49%

R = 45.12%
G = 24.39%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9647D (or 0xB9647D) is known color: Tapestry. HEX triplet: B9, 64 and 7D. RGB value is (185,100,125). Sum of RGB (Red+Green+Blue) = 185+100+125=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9647D is #469B82. Grayscale: #808080. Windows color (decimal): -4627331 or 8217785. OLE color: 8217785.

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

Color convert

RGB 185 100 125 -
CMYK 0 0.46 0.32 0.27
HSL 342.35º 0.38% 0.56% -
HSV(B) 342.35º 0.46% 0.73% -
XYZ 28.27 20.91 21.95 -
YUV 128.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 185 100 125 0 0.46 0.32 0.27 342.35 0.38 0.56
Hex B9 64 7D 0 2E 20 1B 156 26 38
Octal 271 144 175 0 56 40 33 526 46 70
Binary 10111001 1100100 1111101 0 101110 100000 11011 101010110 100110 111000

Color Harmonies of #B9647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9647D

Black with #B9647D

Text Example


Text Example

White with #B9647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9647D; }

 p { color: rgb(185,100,125); }

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

background-color css

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

 a { background-color: rgb(185,100,125); }

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

border-color css

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

 span { border-color: rgb(185,100,125); }

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