Html Css Color HEX #B5607C Tapestry

📋 copy color: '#B5607C'

red 181 ◦ green 96 ◦ blue 124

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

Shades of Tapestry #B5607C

Tints of Tapestry #B5607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.94%

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 45.14%
G = 23.94%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5607C (or 0xB5607C) is known color: Tapestry. HEX triplet: B5, 60 and 7C. RGB value is (181,96,124). Sum of RGB (Red+Green+Blue) = 181+96+124=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B5607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5607C is #4A9F83. Grayscale: #7C7C7C. Windows color (decimal): -4890500 or 8151221. OLE color: 8151221.

HSL color Cylindrical-coordinate representation of color #B5607C: hue angle of 340.24º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5607C is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 96 124 -
CMYK 0 0.47 0.31 0.29
HSL 340.24º 0.36% 0.54% -
HSV(B) 340.24º 0.47% 0.71% -
XYZ 26.88 19.64 21.44 -
YUV 124.61 127.66 168.22 -
System Red Green Blue C M Y K H S L
Decimal 181 96 124 0 0.47 0.31 0.29 340.24 0.36 0.54
Hex B5 60 7C 0 2F 1F 1D 154 24 36
Octal 265 140 174 0 57 37 35 524 44 66
Binary 10110101 1100000 1111100 0 101111 11111 11101 101010100 100100 110110

Color Harmonies of #B5607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5607C

Black with #B5607C

Text Example


Text Example

White with #B5607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5607C; }

 p { color: rgb(181,96,124); }

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

background-color css

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

 a { background-color: rgb(181,96,124); }

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

border-color css

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

 span { border-color: rgb(181,96,124); }

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