Html Css Color HEX #B5697B Tapestry

📋 copy color: '#B5697B'

red 181 ◦ green 105 ◦ blue 123

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

Shades of Tapestry #B5697B

Tints of Tapestry #B5697B

RGB

 RED value IS 181 (71.09% from 255) = 44.25%

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

 BLUE value IS 123 (48.44% from 255) = 30.07%

R = 44.25%
G = 25.67%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5697B (or 0xB5697B) is known color: Tapestry. HEX triplet: B5, 69 and 7B. RGB value is (181,105,123). Sum of RGB (Red+Green+Blue) = 181+105+123=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5697B is #4A9684. Grayscale: #818181. Windows color (decimal): -4888197 or 8087989. OLE color: 8087989.

HSL color Cylindrical-coordinate representation of color #B5697B: hue angle of 345.79º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5697B is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 105 123 -
CMYK 0 0.42 0.32 0.29
HSL 345.79º 0.34% 0.56% -
HSV(B) 345.79º 0.42% 0.71% -
XYZ 27.68 21.36 21.4 -
YUV 129.78 124.18 164.54 -
System Red Green Blue C M Y K H S L
Decimal 181 105 123 0 0.42 0.32 0.29 345.79 0.34 0.56
Hex B5 69 7B 0 2A 20 1D 15A 22 38
Octal 265 151 173 0 52 40 35 532 42 70
Binary 10110101 1101001 1111011 0 101010 100000 11101 101011010 100010 111000

Color Harmonies of #B5697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5697B

Black with #B5697B

Text Example


Text Example

White with #B5697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5697B; }

 p { color: rgb(181,105,123); }

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

background-color css

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

 a { background-color: rgb(181,105,123); }

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

border-color css

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

 span { border-color: rgb(181,105,123); }

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