Html Css Color HEX #B5697D Tapestry

📋 copy color: '#B5697D'

red 181 ◦ green 105 ◦ blue 125

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

Shades of Tapestry #B5697D

Tints of Tapestry #B5697D

RGB

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

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

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

R = 44.04%
G = 25.55%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5697D (or 0xB5697D) is known color: Tapestry. HEX triplet: B5, 69 and 7D. RGB value is (181,105,125). Sum of RGB (Red+Green+Blue) = 181+105+125=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B5697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5697D is #4A9682. Grayscale: #828282. Windows color (decimal): -4888195 or 8219061. OLE color: 8219061.

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

Color convert

RGB 181 105 125 -
CMYK 0 0.42 0.31 0.29
HSL 344.21º 0.34% 0.56% -
HSV(B) 344.21º 0.42% 0.71% -
XYZ 27.81 21.41 22.07 -
YUV 130 125.18 164.37 -
System Red Green Blue C M Y K H S L
Decimal 181 105 125 0 0.42 0.31 0.29 344.21 0.34 0.56
Hex B5 69 7D 0 2A 1F 1D 158 22 38
Octal 265 151 175 0 52 37 35 530 42 70
Binary 10110101 1101001 1111101 0 101010 11111 11101 101011000 100010 111000

Color Harmonies of #B5697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5697D

Black with #B5697D

Text Example


Text Example

White with #B5697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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