Html Css Color HEX #B9638B Tapestry

📋 copy color: '#B9638B'

red 185 ◦ green 99 ◦ blue 139

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

Shades of Tapestry #B9638B

Tints of Tapestry #B9638B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.86%

R = 43.74%
G = 23.4%
B = 32.86%

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

#B9638B (or 0xB9638B) is known color: Tapestry. HEX triplet: B9, 63 and 8B. RGB value is (185,99,139). Sum of RGB (Red+Green+Blue) = 185+99+139=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9638B is #469C74. Grayscale: #818181. Windows color (decimal): -4627573 or 9135033. OLE color: 9135033.

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

Color convert

RGB 185 99 139 -
CMYK 0 0.46 0.25 0.27
HSL 332.09º 0.38% 0.56% -
HSV(B) 332.09º 0.46% 0.73% -
XYZ 29.13 21.1 26.96 -
YUV 129.27 133.49 167.75 -
System Red Green Blue C M Y K H S L
Decimal 185 99 139 0 0.46 0.25 0.27 332.09 0.38 0.56
Hex B9 63 8B 0 2E 19 1B 14C 26 38
Octal 271 143 213 0 56 31 33 514 46 70
Binary 10111001 1100011 10001011 0 101110 11001 11011 101001100 100110 111000

Color Harmonies of #B9638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9638B

Black with #B9638B

Text Example


Text Example

White with #B9638B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9638B; }

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

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

background-color css

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

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

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

border-color css

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

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

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