Html Css Color HEX #B7697F Tapestry

📋 copy color: '#B7697F'

red 183 ◦ green 105 ◦ blue 127

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

Shades of Tapestry #B7697F

Tints of Tapestry #B7697F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.6%

R = 44.1%
G = 25.3%
B = 30.6%

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

#B7697F (or 0xB7697F) is known color: Tapestry. HEX triplet: B7, 69 and 7F. RGB value is (183,105,127). Sum of RGB (Red+Green+Blue) = 183+105+127=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B7697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7697F is #489680. Grayscale: #828282. Windows color (decimal): -4757121 or 8350135. OLE color: 8350135.

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

Color convert

RGB 183 105 127 -
CMYK 0 0.43 0.31 0.28
HSL 343.08º 0.35% 0.56% -
HSV(B) 343.08º 0.43% 0.72% -
XYZ 28.41 21.7 22.77 -
YUV 130.83 125.84 165.21 -
System Red Green Blue C M Y K H S L
Decimal 183 105 127 0 0.43 0.31 0.28 343.08 0.35 0.56
Hex B7 69 7F 0 2B 1F 1C 157 23 38
Octal 267 151 177 0 53 37 34 527 43 70
Binary 10110111 1101001 1111111 0 101011 11111 11100 101010111 100011 111000

Color Harmonies of #B7697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7697F

Black with #B7697F

Text Example


Text Example

White with #B7697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7697F; }

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

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

background-color css

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

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

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

border-color css

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

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

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