Html Css Color HEX #B9678C Tapestry

📋 copy color: '#B9678C'

red 185 ◦ green 103 ◦ blue 140

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

Shades of Tapestry #B9678C

Tints of Tapestry #B9678C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.71%

R = 43.22%
G = 24.07%
B = 32.71%

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

#B9678C (or 0xB9678C) is known color: Tapestry. HEX triplet: B9, 67 and 8C. RGB value is (185,103,140). Sum of RGB (Red+Green+Blue) = 185+103+140=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9678C is #469873. Grayscale: #838383. Windows color (decimal): -4626548 or 9201593. OLE color: 9201593.

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

Color convert

RGB 185 103 140 -
CMYK 0 0.44 0.24 0.27
HSL 332.93º 0.37% 0.56% -
HSV(B) 332.93º 0.44% 0.73% -
XYZ 29.59 21.91 27.48 -
YUV 131.74 132.67 165.99 -
System Red Green Blue C M Y K H S L
Decimal 185 103 140 0 0.44 0.24 0.27 332.93 0.37 0.56
Hex B9 67 8C 0 2C 18 1B 14D 25 38
Octal 271 147 214 0 54 30 33 515 45 70
Binary 10111001 1100111 10001100 0 101100 11000 11011 101001101 100101 111000

Color Harmonies of #B9678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9678C

Black with #B9678C

Text Example


Text Example

White with #B9678C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9678C; }

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

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

background-color css

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

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

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

border-color css

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

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

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