Html Css Color HEX #B9637D Tapestry

📋 copy color: '#B9637D'

red 185 ◦ green 99 ◦ blue 125

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

Shades of Tapestry #B9637D

Tints of Tapestry #B9637D

RGB

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

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

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

R = 45.23%
G = 24.21%
B = 30.56%

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

#B9637D (or 0xB9637D) is known color: Tapestry. HEX triplet: B9, 63 and 7D. RGB value is (185,99,125). Sum of RGB (Red+Green+Blue) = 185+99+125=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9637D is #469C82. Grayscale: #7F7F7F. Windows color (decimal): -4627587 or 8217529. OLE color: 8217529.

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

Color convert

RGB 185 99 125 -
CMYK 0 0.46 0.32 0.27
HSL 341.86º 0.38% 0.56% -
HSV(B) 341.86º 0.46% 0.73% -
XYZ 28.17 20.72 21.92 -
YUV 127.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 185 99 125 0 0.46 0.32 0.27 341.86 0.38 0.56
Hex B9 63 7D 0 2E 20 1B 156 26 38
Octal 271 143 175 0 56 40 33 526 46 70
Binary 10111001 1100011 1111101 0 101110 100000 11011 101010110 100110 111000

Color Harmonies of #B9637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9637D

Black with #B9637D

Text Example


Text Example

White with #B9637D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9637D; }

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

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

background-color css

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

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

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

border-color css

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

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

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