Html Css Color HEX #B5688C Tapestry

📋 copy color: '#B5688C'

red 181 ◦ green 104 ◦ blue 140

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

Shades of Tapestry #B5688C

Tints of Tapestry #B5688C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.47%

 BLUE value IS 140 (55.08% from 255) = 32.94%

R = 42.59%
G = 24.47%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5688C (or 0xB5688C) is known color: Tapestry. HEX triplet: B5, 68 and 8C. RGB value is (181,104,140). Sum of RGB (Red+Green+Blue) = 181+104+140=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5688C is #4A9773. Grayscale: #838383. Windows color (decimal): -4888436 or 9201845. OLE color: 9201845.

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

Color convert

RGB 181 104 140 -
CMYK 0 0.43 0.23 0.29
HSL 331.95º 0.34% 0.56% -
HSV(B) 331.95º 0.43% 0.71% -
XYZ 28.74 21.62 27.47 -
YUV 131.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 181 104 140 0 0.43 0.23 0.29 331.95 0.34 0.56
Hex B5 68 8C 0 2B 17 1D 14C 22 38
Octal 265 150 214 0 53 27 35 514 42 70
Binary 10110101 1101000 10001100 0 101011 10111 11101 101001100 100010 111000

Color Harmonies of #B5688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5688C

Black with #B5688C

Text Example


Text Example

White with #B5688C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5688C; }

 p { color: rgb(181,104,140); }

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

background-color css

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

 a { background-color: rgb(181,104,140); }

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

border-color css

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

 span { border-color: rgb(181,104,140); }

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