Html Css Color HEX #B9697D Tapestry

📋 copy color: '#B9697D'

red 185 ◦ green 105 ◦ blue 125

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

Shades of Tapestry #B9697D

Tints of Tapestry #B9697D

RGB

 RED value IS 185 (72.66% from 255) = 44.58%

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

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

R = 44.58%
G = 25.3%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9697D (or 0xB9697D) is known color: Tapestry. HEX triplet: B9, 69 and 7D. RGB value is (185,105,125). Sum of RGB (Red+Green+Blue) = 185+105+125=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B9697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9697D is #469682. Grayscale: #838383. Windows color (decimal): -4626051 or 8219065. OLE color: 8219065.

HSL color Cylindrical-coordinate representation of color #B9697D: hue angle of 345º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9697D is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 105 125 -
CMYK 0 0.43 0.32 0.27
HSL 345º 0.36% 0.57% -
HSV(B) 345º 0.43% 0.73% -
XYZ 28.76 21.9 22.11 -
YUV 131.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 185 105 125 0 0.43 0.32 0.27 345 0.36 0.57
Hex B9 69 7D 0 2B 20 1B 159 24 39
Octal 271 151 175 0 53 40 33 531 44 71
Binary 10111001 1101001 1111101 0 101011 100000 11011 101011001 100100 111001

Color Harmonies of #B9697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9697D

Black with #B9697D

Text Example


Text Example

White with #B9697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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