Html Css Color HEX #B9627F Tapestry

📋 copy color: '#B9627F'

red 185 ◦ green 98 ◦ blue 127

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

Shades of Tapestry #B9627F

Tints of Tapestry #B9627F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.98%

R = 45.12%
G = 23.9%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9627F (or 0xB9627F) is known color: Tapestry. HEX triplet: B9, 62 and 7F. RGB value is (185,98,127). Sum of RGB (Red+Green+Blue) = 185+98+127=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9627F is #469D80. Grayscale: #7F7F7F. Windows color (decimal): -4627841 or 8348345. OLE color: 8348345.

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

Color convert

RGB 185 98 127 -
CMYK 0 0.47 0.31 0.27
HSL 340º 0.38% 0.55% -
HSV(B) 340º 0.47% 0.73% -
XYZ 28.21 20.58 22.56 -
YUV 127.32 127.82 169.14 -
System Red Green Blue C M Y K H S L
Decimal 185 98 127 0 0.47 0.31 0.27 340 0.38 0.55
Hex B9 62 7F 0 2F 1F 1B 154 26 37
Octal 271 142 177 0 57 37 33 524 46 67
Binary 10111001 1100010 1111111 0 101111 11111 11011 101010100 100110 110111

Color Harmonies of #B9627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9627F

Black with #B9627F

Text Example


Text Example

White with #B9627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9627F; }

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

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

background-color css

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

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

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

border-color css

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

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

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