Html Css Color HEX #B7697E Tapestry

📋 copy color: '#B7697E'

red 183 ◦ green 105 ◦ blue 126

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

Shades of Tapestry #B7697E

Tints of Tapestry #B7697E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.43%

R = 44.2%
G = 25.36%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7697E (or 0xB7697E) is known color: Tapestry. HEX triplet: B7, 69 and 7E. RGB value is (183,105,126). Sum of RGB (Red+Green+Blue) = 183+105+126=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B7697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7697E is #489681. Grayscale: #828282. Windows color (decimal): -4757122 or 8284599. OLE color: 8284599.

HSL color Cylindrical-coordinate representation of color #B7697E: hue angle of 343.85º 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 #B7697E is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 105 126 -
CMYK 0 0.43 0.31 0.28
HSL 343.85º 0.35% 0.56% -
HSV(B) 343.85º 0.43% 0.72% -
XYZ 28.35 21.68 22.43 -
YUV 130.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 183 105 126 0 0.43 0.31 0.28 343.85 0.35 0.56
Hex B7 69 7E 0 2B 1F 1C 158 23 38
Octal 267 151 176 0 53 37 34 530 43 70
Binary 10110111 1101001 1111110 0 101011 11111 11100 101011000 100011 111000

Color Harmonies of #B7697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7697E

Black with #B7697E

Text Example


Text Example

White with #B7697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7697E; }

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

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

background-color css

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

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

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

border-color css

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

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

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