Html Css Color HEX #B7698D Tapestry

📋 copy color: '#B7698D'

red 183 ◦ green 105 ◦ blue 141

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

Shades of Tapestry #B7698D

Tints of Tapestry #B7698D

RGB

 RED value IS 183 (71.88% from 255) = 42.66%

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

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

R = 42.66%
G = 24.48%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7698D (or 0xB7698D) is known color: Tapestry. HEX triplet: B7, 69 and 8D. RGB value is (183,105,141). Sum of RGB (Red+Green+Blue) = 183+105+141=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B7698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7698D is #489672. Grayscale: #848484. Windows color (decimal): -4757107 or 9267639. OLE color: 9267639.

HSL color Cylindrical-coordinate representation of color #B7698D: hue angle of 332.31º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7698D is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 105 141 -
CMYK 0 0.43 0.23 0.28
HSL 332.31º 0.35% 0.56% -
HSV(B) 332.31º 0.43% 0.72% -
XYZ 29.39 22.09 27.91 -
YUV 132.43 132.84 164.07 -
System Red Green Blue C M Y K H S L
Decimal 183 105 141 0 0.43 0.23 0.28 332.31 0.35 0.56
Hex B7 69 8D 0 2B 17 1C 14C 23 38
Octal 267 151 215 0 53 27 34 514 43 70
Binary 10110111 1101001 10001101 0 101011 10111 11100 101001100 100011 111000

Color Harmonies of #B7698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7698D

Black with #B7698D

Text Example


Text Example

White with #B7698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7698D; }

 p { color: rgb(183,105,141); }

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

background-color css

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

 a { background-color: rgb(183,105,141); }

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

border-color css

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

 span { border-color: rgb(183,105,141); }

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