Html Css Color HEX #B9698F Tapestry

📋 copy color: '#B9698F'

red 185 ◦ green 105 ◦ blue 143

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

Shades of Tapestry #B9698F

Tints of Tapestry #B9698F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.25%

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 42.73%
G = 24.25%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9698F (or 0xB9698F) is known color: Tapestry. HEX triplet: B9, 69 and 8F. RGB value is (185,105,143). Sum of RGB (Red+Green+Blue) = 185+105+143=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B9698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9698F is #469670. Grayscale: #858585. Windows color (decimal): -4626033 or 9398713. OLE color: 9398713.

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

Color convert

RGB 185 105 143 -
CMYK 0 0.43 0.23 0.27
HSL 331.5º 0.36% 0.57% -
HSV(B) 331.5º 0.43% 0.73% -
XYZ 30.02 22.4 28.73 -
YUV 133.25 133.5 164.91 -
System Red Green Blue C M Y K H S L
Decimal 185 105 143 0 0.43 0.23 0.27 331.5 0.36 0.57
Hex B9 69 8F 0 2B 17 1B 14C 24 39
Octal 271 151 217 0 53 27 33 514 44 71
Binary 10111001 1101001 10001111 0 101011 10111 11011 101001100 100100 111001

Color Harmonies of #B9698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9698F

Black with #B9698F

Text Example


Text Example

White with #B9698F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9698F; }

 p { color: rgb(185,105,143); }

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

background-color css

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

 a { background-color: rgb(185,105,143); }

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

border-color css

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

 span { border-color: rgb(185,105,143); }

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