Html Css Color HEX #B9667C Tapestry

📋 copy color: '#B9667C'

red 185 ◦ green 102 ◦ blue 124

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

Shades of Tapestry #B9667C

Tints of Tapestry #B9667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.82%

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

R = 45.01%
G = 24.82%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9667C (or 0xB9667C) is known color: Tapestry. HEX triplet: B9, 66 and 7C. RGB value is (185,102,124). Sum of RGB (Red+Green+Blue) = 185+102+124=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9667C is #469983. Grayscale: #818181. Windows color (decimal): -4626820 or 8152761. OLE color: 8152761.

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

Color convert

RGB 185 102 124 -
CMYK 0 0.45 0.33 0.27
HSL 344.1º 0.37% 0.56% -
HSV(B) 344.1º 0.45% 0.73% -
XYZ 28.4 21.27 21.68 -
YUV 129.33 125 167.71 -
System Red Green Blue C M Y K H S L
Decimal 185 102 124 0 0.45 0.33 0.27 344.1 0.37 0.56
Hex B9 66 7C 0 2D 21 1B 158 25 38
Octal 271 146 174 0 55 41 33 530 45 70
Binary 10111001 1100110 1111100 0 101101 100001 11011 101011000 100101 111000

Color Harmonies of #B9667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9667C

Black with #B9667C

Text Example


Text Example

White with #B9667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9667C; }

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

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

background-color css

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

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

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

border-color css

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

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

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