Html Css Color HEX #B9627C Tapestry

📋 copy color: '#B9627C'

red 185 ◦ green 98 ◦ blue 124

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

Shades of Tapestry #B9627C

Tints of Tapestry #B9627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.08%

 BLUE value IS 124 (48.83% from 255) = 30.47%

R = 45.45%
G = 24.08%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9627C (or 0xB9627C) is known color: Tapestry. HEX triplet: B9, 62 and 7C. RGB value is (185,98,124). Sum of RGB (Red+Green+Blue) = 185+98+124=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9627C is #469D83. Grayscale: #7E7E7E. Windows color (decimal): -4627844 or 8151737. OLE color: 8151737.

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

Color convert

RGB 185 98 124 -
CMYK 0 0.47 0.33 0.27
HSL 342.07º 0.38% 0.55% -
HSV(B) 342.07º 0.47% 0.73% -
XYZ 28.01 20.5 21.55 -
YUV 126.98 126.32 169.39 -
System Red Green Blue C M Y K H S L
Decimal 185 98 124 0 0.47 0.33 0.27 342.07 0.38 0.55
Hex B9 62 7C 0 2F 21 1B 156 26 37
Octal 271 142 174 0 57 41 33 526 46 67
Binary 10111001 1100010 1111100 0 101111 100001 11011 101010110 100110 110111

Color Harmonies of #B9627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9627C

Black with #B9627C

Text Example


Text Example

White with #B9627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9627C; }

 p { color: rgb(185,98,124); }

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

background-color css

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

 a { background-color: rgb(185,98,124); }

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

border-color css

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

 span { border-color: rgb(185,98,124); }

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