Html Css Color HEX #B9637C Tapestry

📋 copy color: '#B9637C'

red 185 ◦ green 99 ◦ blue 124

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

Shades of Tapestry #B9637C

Tints of Tapestry #B9637C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.26%

 BLUE value IS 124 (48.83% from 255) = 30.39%

R = 45.34%
G = 24.26%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9637C (or 0xB9637C) is known color: Tapestry. HEX triplet: B9, 63 and 7C. RGB value is (185,99,124). Sum of RGB (Red+Green+Blue) = 185+99+124=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9637C is #469C83. Grayscale: #7F7F7F. Windows color (decimal): -4627588 or 8151993. OLE color: 8151993.

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

Color convert

RGB 185 99 124 -
CMYK 0 0.46 0.33 0.27
HSL 342.56º 0.38% 0.56% -
HSV(B) 342.56º 0.46% 0.73% -
XYZ 28.11 20.69 21.58 -
YUV 127.56 125.99 168.97 -
System Red Green Blue C M Y K H S L
Decimal 185 99 124 0 0.46 0.33 0.27 342.56 0.38 0.56
Hex B9 63 7C 0 2E 21 1B 157 26 38
Octal 271 143 174 0 56 41 33 527 46 70
Binary 10111001 1100011 1111100 0 101110 100001 11011 101010111 100110 111000

Color Harmonies of #B9637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9637C

Black with #B9637C

Text Example


Text Example

White with #B9637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9637C; }

 p { color: rgb(185,99,124); }

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

background-color css

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

 a { background-color: rgb(185,99,124); }

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

border-color css

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

 span { border-color: rgb(185,99,124); }

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