Html Css Color HEX #B0697D Tapestry

📋 copy color: '#B0697D'

red 176 ◦ green 105 ◦ blue 125

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

Shades of Tapestry #B0697D

Tints of Tapestry #B0697D

RGB

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

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

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

R = 43.35%
G = 25.86%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0697D (or 0xB0697D) is known color: Tapestry. HEX triplet: B0, 69 and 7D. RGB value is (176,105,125). Sum of RGB (Red+Green+Blue) = 176+105+125=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B0697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0697D is #4F9682. Grayscale: #808080. Windows color (decimal): -5215875 or 8219056. OLE color: 8219056.

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

Color convert

RGB 176 105 125 -
CMYK 0 0.40 0.29 0.31
HSL 343.1º 0.31% 0.55% -
HSV(B) 343.1º 0.4% 0.69% -
XYZ 26.66 20.81 22.01 -
YUV 128.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 176 105 125 0 0.40 0.29 0.31 343.1 0.31 0.55
Hex B0 69 7D 0 28 1D 1F 157 1F 37
Octal 260 151 175 0 50 35 37 527 37 67
Binary 10110000 1101001 1111101 0 101000 11101 11111 101010111 11111 110111

Color Harmonies of #B0697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0697D

Black with #B0697D

Text Example


Text Example

White with #B0697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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