Html Css Color HEX #B9638D Tapestry

📋 copy color: '#B9638D'

red 185 ◦ green 99 ◦ blue 141

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

Shades of Tapestry #B9638D

Tints of Tapestry #B9638D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 43.53%
G = 23.29%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9638D (or 0xB9638D) is known color: Tapestry. HEX triplet: B9, 63 and 8D. RGB value is (185,99,141). Sum of RGB (Red+Green+Blue) = 185+99+141=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9638D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9638D is #469C72. Grayscale: #818181. Windows color (decimal): -4627571 or 9266105. OLE color: 9266105.

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

Color convert

RGB 185 99 141 -
CMYK 0 0.46 0.24 0.27
HSL 330.7º 0.38% 0.56% -
HSV(B) 330.7º 0.46% 0.73% -
XYZ 29.28 21.16 27.74 -
YUV 129.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 185 99 141 0 0.46 0.24 0.27 330.7 0.38 0.56
Hex B9 63 8D 0 2E 18 1B 14B 26 38
Octal 271 143 215 0 56 30 33 513 46 70
Binary 10111001 1100011 10001101 0 101110 11000 11011 101001011 100110 111000

Color Harmonies of #B9638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9638D

Black with #B9638D

Text Example


Text Example

White with #B9638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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