Html Css Color HEX #B0697C Tapestry

📋 copy color: '#B0697C'

red 176 ◦ green 105 ◦ blue 124

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

Shades of Tapestry #B0697C

Tints of Tapestry #B0697C

RGB

 RED value IS 176 (69.14% from 255) = 43.46%

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

 BLUE value IS 124 (48.83% from 255) = 30.62%

R = 43.46%
G = 25.93%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0697C (or 0xB0697C) is known color: Tapestry. HEX triplet: B0, 69 and 7C. RGB value is (176,105,124). Sum of RGB (Red+Green+Blue) = 176+105+124=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0697C is #4F9683. Grayscale: #808080. Windows color (decimal): -5215876 or 8153520. OLE color: 8153520.

HSL color Cylindrical-coordinate representation of color #B0697C: hue angle of 343.94º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0697C is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 105 124 -
CMYK 0 0.40 0.30 0.31
HSL 343.94º 0.31% 0.55% -
HSV(B) 343.94º 0.4% 0.69% -
XYZ 26.59 20.79 21.68 -
YUV 128.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 176 105 124 0 0.40 0.30 0.31 343.94 0.31 0.55
Hex B0 69 7C 0 28 1E 1F 158 1F 37
Octal 260 151 174 0 50 36 37 530 37 67
Binary 10110000 1101001 1111100 0 101000 11110 11111 101011000 11111 110111

Color Harmonies of #B0697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0697C

Black with #B0697C

Text Example


Text Example

White with #B0697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0697C; }

 p { color: rgb(176,105,124); }

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

background-color css

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

 a { background-color: rgb(176,105,124); }

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

border-color css

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

 span { border-color: rgb(176,105,124); }

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