Html Css Color HEX #B9668D Tapestry

📋 copy color: '#B9668D'

red 185 ◦ green 102 ◦ blue 141

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

Shades of Tapestry #B9668D

Tints of Tapestry #B9668D

RGB

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

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

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

R = 43.22%
G = 23.83%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9668D (or 0xB9668D) is known color: Tapestry. HEX triplet: B9, 66 and 8D. RGB value is (185,102,141). Sum of RGB (Red+Green+Blue) = 185+102+141=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9668D is #469972. Grayscale: #838383. Windows color (decimal): -4626803 or 9266873. OLE color: 9266873.

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

Color convert

RGB 185 102 141 -
CMYK 0 0.45 0.24 0.27
HSL 331.81º 0.37% 0.56% -
HSV(B) 331.81º 0.45% 0.73% -
XYZ 29.57 21.74 27.84 -
YUV 131.26 133.5 166.33 -
System Red Green Blue C M Y K H S L
Decimal 185 102 141 0 0.45 0.24 0.27 331.81 0.37 0.56
Hex B9 66 8D 0 2D 18 1B 14C 25 38
Octal 271 146 215 0 55 30 33 514 45 70
Binary 10111001 1100110 10001101 0 101101 11000 11011 101001100 100101 111000

Color Harmonies of #B9668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9668D

Black with #B9668D

Text Example


Text Example

White with #B9668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9668D; }

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

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

background-color css

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

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

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

border-color css

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

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

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