Html Css Color HEX #B9627B Tapestry

📋 copy color: '#B9627B'

red 185 ◦ green 98 ◦ blue 123

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

Shades of Tapestry #B9627B

Tints of Tapestry #B9627B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.3%

R = 45.57%
G = 24.14%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9627B (or 0xB9627B) is known color: Tapestry. HEX triplet: B9, 62 and 7B. RGB value is (185,98,123). Sum of RGB (Red+Green+Blue) = 185+98+123=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9627B is #469D84. Grayscale: #7E7E7E. Windows color (decimal): -4627845 or 8086201. OLE color: 8086201.

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

Color convert

RGB 185 98 123 -
CMYK 0 0.47 0.34 0.27
HSL 342.76º 0.38% 0.55% -
HSV(B) 342.76º 0.47% 0.73% -
XYZ 27.95 20.48 21.22 -
YUV 126.86 125.82 169.47 -
System Red Green Blue C M Y K H S L
Decimal 185 98 123 0 0.47 0.34 0.27 342.76 0.38 0.55
Hex B9 62 7B 0 2F 22 1B 157 26 37
Octal 271 142 173 0 57 42 33 527 46 67
Binary 10111001 1100010 1111011 0 101111 100010 11011 101010111 100110 110111

Color Harmonies of #B9627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9627B

Black with #B9627B

Text Example


Text Example

White with #B9627B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9627B; }

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

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

background-color css

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

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

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

border-color css

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

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

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