Html Css Color HEX #B9617A Tapestry

📋 copy color: '#B9617A'

red 185 ◦ green 97 ◦ blue 122

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

Shades of Tapestry #B9617A

Tints of Tapestry #B9617A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.2%

R = 45.79%
G = 24.01%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9617A (or 0xB9617A) is known color: Tapestry. HEX triplet: B9, 61 and 7A. RGB value is (185,97,122). Sum of RGB (Red+Green+Blue) = 185+97+122=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B9617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9617A is #469E85. Grayscale: #7E7E7E. Windows color (decimal): -4628102 or 8020409. OLE color: 8020409.

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

Color convert

RGB 185 97 122 -
CMYK 0 0.48 0.34 0.27
HSL 342.95º 0.39% 0.55% -
HSV(B) 342.95º 0.48% 0.73% -
XYZ 27.8 20.27 20.86 -
YUV 126.16 125.65 169.97 -
System Red Green Blue C M Y K H S L
Decimal 185 97 122 0 0.48 0.34 0.27 342.95 0.39 0.55
Hex B9 61 7A 0 30 22 1B 157 27 37
Octal 271 141 172 0 60 42 33 527 47 67
Binary 10111001 1100001 1111010 0 110000 100010 11011 101010111 100111 110111

Color Harmonies of #B9617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9617A

Black with #B9617A

Text Example


Text Example

White with #B9617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9617A; }

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

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

background-color css

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

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

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

border-color css

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

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

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