Html Css Color HEX #B9667E Tapestry

📋 copy color: '#B9667E'

red 185 ◦ green 102 ◦ blue 126

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

Shades of Tapestry #B9667E

Tints of Tapestry #B9667E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.51%

R = 44.79%
G = 24.7%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9667E (or 0xB9667E) is known color: Tapestry. HEX triplet: B9, 66 and 7E. RGB value is (185,102,126). Sum of RGB (Red+Green+Blue) = 185+102+126=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9667E is #469981. Grayscale: #818181. Windows color (decimal): -4626818 or 8283833. OLE color: 8283833.

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

Color convert

RGB 185 102 126 -
CMYK 0 0.45 0.32 0.27
HSL 342.65º 0.37% 0.56% -
HSV(B) 342.65º 0.45% 0.73% -
XYZ 28.52 21.32 22.35 -
YUV 129.55 126 167.55 -
System Red Green Blue C M Y K H S L
Decimal 185 102 126 0 0.45 0.32 0.27 342.65 0.37 0.56
Hex B9 66 7E 0 2D 20 1B 157 25 38
Octal 271 146 176 0 55 40 33 527 45 70
Binary 10111001 1100110 1111110 0 101101 100000 11011 101010111 100101 111000

Color Harmonies of #B9667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9667E

Black with #B9667E

Text Example


Text Example

White with #B9667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9667E; }

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

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

background-color css

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

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

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

border-color css

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

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

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