Html Css Color HEX #B7697D Tapestry

📋 copy color: '#B7697D'

red 183 ◦ green 105 ◦ blue 125

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

Shades of Tapestry #B7697D

Tints of Tapestry #B7697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 44.31%
G = 25.42%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7697D (or 0xB7697D) is known color: Tapestry. HEX triplet: B7, 69 and 7D. RGB value is (183,105,125). Sum of RGB (Red+Green+Blue) = 183+105+125=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B7697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7697D is #489682. Grayscale: #828282. Windows color (decimal): -4757123 or 8219063. OLE color: 8219063.

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

Color convert

RGB 183 105 125 -
CMYK 0 0.43 0.32 0.28
HSL 344.62º 0.35% 0.56% -
HSV(B) 344.62º 0.43% 0.72% -
XYZ 28.28 21.65 22.09 -
YUV 130.6 124.84 165.37 -
System Red Green Blue C M Y K H S L
Decimal 183 105 125 0 0.43 0.32 0.28 344.62 0.35 0.56
Hex B7 69 7D 0 2B 20 1C 159 23 38
Octal 267 151 175 0 53 40 34 531 43 70
Binary 10110111 1101001 1111101 0 101011 100000 11100 101011001 100011 111000

Color Harmonies of #B7697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7697D

Black with #B7697D

Text Example


Text Example

White with #B7697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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