Html Css Color HEX #B9638A Tapestry

📋 copy color: '#B9638A'

red 185 ◦ green 99 ◦ blue 138

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

Shades of Tapestry #B9638A

Tints of Tapestry #B9638A

RGB

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

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

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

R = 43.84%
G = 23.46%
B = 32.7%

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

#B9638A (or 0xB9638A) is known color: Tapestry. HEX triplet: B9, 63 and 8A. RGB value is (185,99,138). Sum of RGB (Red+Green+Blue) = 185+99+138=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9638A is #469C75. Grayscale: #818181. Windows color (decimal): -4627574 or 9069497. OLE color: 9069497.

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

Color convert

RGB 185 99 138 -
CMYK 0 0.46 0.25 0.27
HSL 332.79º 0.38% 0.56% -
HSV(B) 332.79º 0.46% 0.73% -
XYZ 29.06 21.07 26.58 -
YUV 129.16 132.99 167.83 -
System Red Green Blue C M Y K H S L
Decimal 185 99 138 0 0.46 0.25 0.27 332.79 0.38 0.56
Hex B9 63 8A 0 2E 19 1B 14D 26 38
Octal 271 143 212 0 56 31 33 515 46 70
Binary 10111001 1100011 10001010 0 101110 11001 11011 101001101 100110 111000

Color Harmonies of #B9638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9638A

Black with #B9638A

Text Example


Text Example

White with #B9638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9638A; }

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

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

background-color css

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

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

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

border-color css

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

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

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