Html Css Color HEX #B9638C Tapestry

📋 copy color: '#B9638C'

red 185 ◦ green 99 ◦ blue 140

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

Shades of Tapestry #B9638C

Tints of Tapestry #B9638C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.02%

R = 43.63%
G = 23.35%
B = 33.02%

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

#B9638C (or 0xB9638C) is known color: Tapestry. HEX triplet: B9, 63 and 8C. RGB value is (185,99,140). Sum of RGB (Red+Green+Blue) = 185+99+140=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9638C is #469C73. Grayscale: #818181. Windows color (decimal): -4627572 or 9200569. OLE color: 9200569.

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

Color convert

RGB 185 99 140 -
CMYK 0 0.46 0.24 0.27
HSL 331.4º 0.38% 0.56% -
HSV(B) 331.4º 0.46% 0.73% -
XYZ 29.2 21.13 27.35 -
YUV 129.39 133.99 167.67 -
System Red Green Blue C M Y K H S L
Decimal 185 99 140 0 0.46 0.24 0.27 331.4 0.38 0.56
Hex B9 63 8C 0 2E 18 1B 14B 26 38
Octal 271 143 214 0 56 30 33 513 46 70
Binary 10111001 1100011 10001100 0 101110 11000 11011 101001011 100110 111000

Color Harmonies of #B9638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9638C

Black with #B9638C

Text Example


Text Example

White with #B9638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9638C; }

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

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

background-color css

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

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

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

border-color css

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

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

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