Html Css Color HEX #B9688D Tapestry

📋 copy color: '#B9688D'

red 185 ◦ green 104 ◦ blue 141

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

Shades of Tapestry #B9688D

Tints of Tapestry #B9688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.19%

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

R = 43.02%
G = 24.19%
B = 32.79%

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

#B9688D (or 0xB9688D) is known color: Tapestry. HEX triplet: B9, 68 and 8D. RGB value is (185,104,141). Sum of RGB (Red+Green+Blue) = 185+104+141=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B9688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9688D is #469772. Grayscale: #848484. Windows color (decimal): -4626291 or 9267385. OLE color: 9267385.

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

Color convert

RGB 185 104 141 -
CMYK 0 0.44 0.24 0.27
HSL 332.59º 0.37% 0.57% -
HSV(B) 332.59º 0.44% 0.73% -
XYZ 29.77 22.14 27.9 -
YUV 132.44 132.84 165.49 -
System Red Green Blue C M Y K H S L
Decimal 185 104 141 0 0.44 0.24 0.27 332.59 0.37 0.57
Hex B9 68 8D 0 2C 18 1B 14D 25 39
Octal 271 150 215 0 54 30 33 515 45 71
Binary 10111001 1101000 10001101 0 101100 11000 11011 101001101 100101 111001

Color Harmonies of #B9688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9688D

Black with #B9688D

Text Example


Text Example

White with #B9688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9688D; }

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

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

background-color css

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

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

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

border-color css

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

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

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