Html Css Color HEX #B9677B Tapestry

📋 copy color: '#B9677B'

red 185 ◦ green 103 ◦ blue 123

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

Shades of Tapestry #B9677B

Tints of Tapestry #B9677B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.06%

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

R = 45.01%
G = 25.06%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9677B (or 0xB9677B) is known color: Tapestry. HEX triplet: B9, 67 and 7B. RGB value is (185,103,123). Sum of RGB (Red+Green+Blue) = 185+103+123=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9677B is #469884. Grayscale: #818181. Windows color (decimal): -4626565 or 8087481. OLE color: 8087481.

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

Color convert

RGB 185 103 123 -
CMYK 0 0.44 0.34 0.27
HSL 345.37º 0.37% 0.56% -
HSV(B) 345.37º 0.44% 0.73% -
XYZ 28.43 21.44 21.38 -
YUV 129.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 185 103 123 0 0.44 0.34 0.27 345.37 0.37 0.56
Hex B9 67 7B 0 2C 22 1B 159 25 38
Octal 271 147 173 0 54 42 33 531 45 70
Binary 10111001 1100111 1111011 0 101100 100010 11011 101011001 100101 111000

Color Harmonies of #B9677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9677B

Black with #B9677B

Text Example


Text Example

White with #B9677B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9677B; }

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

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

background-color css

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

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

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

border-color css

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

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

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