Html Css Color HEX #B9678D Tapestry

📋 copy color: '#B9678D'

red 185 ◦ green 103 ◦ blue 141

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

Shades of Tapestry #B9678D

Tints of Tapestry #B9678D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 43.12%
G = 24.01%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9678D (or 0xB9678D) is known color: Tapestry. HEX triplet: B9, 67 and 8D. RGB value is (185,103,141). Sum of RGB (Red+Green+Blue) = 185+103+141=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9678D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9678D is #469872. Grayscale: #838383. Windows color (decimal): -4626547 or 9267129. OLE color: 9267129.

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

Color convert

RGB 185 103 141 -
CMYK 0 0.44 0.24 0.27
HSL 332.2º 0.37% 0.56% -
HSV(B) 332.2º 0.44% 0.73% -
XYZ 29.67 21.94 27.87 -
YUV 131.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 185 103 141 0 0.44 0.24 0.27 332.2 0.37 0.56
Hex B9 67 8D 0 2C 18 1B 14C 25 38
Octal 271 147 215 0 54 30 33 514 45 70
Binary 10111001 1100111 10001101 0 101100 11000 11011 101001100 100101 111000

Color Harmonies of #B9678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9678D

Black with #B9678D

Text Example


Text Example

White with #B9678D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9678D; }

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

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

background-color css

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

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

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

border-color css

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

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

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