Html Css Color HEX #B9618C Tapestry

📋 copy color: '#B9618C'

red 185 ◦ green 97 ◦ blue 140

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

Shades of Tapestry #B9618C

Tints of Tapestry #B9618C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.99%

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

R = 43.84%
G = 22.99%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9618C (or 0xB9618C) is known color: Tapestry. HEX triplet: B9, 61 and 8C. RGB value is (185,97,140). Sum of RGB (Red+Green+Blue) = 185+97+140=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9618C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9618C is #469E73. Grayscale: #808080. Windows color (decimal): -4628084 or 9200057. OLE color: 9200057.

HSL color Cylindrical-coordinate representation of color #B9618C: hue angle of 330.68º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9618C is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 97 140 -
CMYK 0 0.48 0.24 0.27
HSL 330.68º 0.39% 0.55% -
HSV(B) 330.68º 0.48% 0.73% -
XYZ 29.02 20.76 27.29 -
YUV 128.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 185 97 140 0 0.48 0.24 0.27 330.68 0.39 0.55
Hex B9 61 8C 0 30 18 1B 14B 27 37
Octal 271 141 214 0 60 30 33 513 47 67
Binary 10111001 1100001 10001100 0 110000 11000 11011 101001011 100111 110111

Color Harmonies of #B9618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9618C

Black with #B9618C

Text Example


Text Example

White with #B9618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9618C; }

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

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

background-color css

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

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

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

border-color css

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

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

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