Html Css Color HEX #B9648A Tapestry

📋 copy color: '#B9648A'

red 185 ◦ green 100 ◦ blue 138

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

Shades of Tapestry #B9648A

Tints of Tapestry #B9648A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.64%

 BLUE value IS 138 (54.3% from 255) = 32.62%

R = 43.74%
G = 23.64%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9648A (or 0xB9648A) is known color: Tapestry. HEX triplet: B9, 64 and 8A. RGB value is (185,100,138). Sum of RGB (Red+Green+Blue) = 185+100+138=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9648A is #469B75. Grayscale: #818181. Windows color (decimal): -4627318 or 9069753. OLE color: 9069753.

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

Color convert

RGB 185 100 138 -
CMYK 0 0.46 0.25 0.27
HSL 333.18º 0.38% 0.56% -
HSV(B) 333.18º 0.46% 0.73% -
XYZ 29.15 21.26 26.61 -
YUV 129.75 132.66 167.41 -
System Red Green Blue C M Y K H S L
Decimal 185 100 138 0 0.46 0.25 0.27 333.18 0.38 0.56
Hex B9 64 8A 0 2E 19 1B 14D 26 38
Octal 271 144 212 0 56 31 33 515 46 70
Binary 10111001 1100100 10001010 0 101110 11001 11011 101001101 100110 111000

Color Harmonies of #B9648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9648A

Black with #B9648A

Text Example


Text Example

White with #B9648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9648A; }

 p { color: rgb(185,100,138); }

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

background-color css

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

 a { background-color: rgb(185,100,138); }

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

border-color css

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

 span { border-color: rgb(185,100,138); }

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