Html Css Color HEX #B5607D Tapestry

📋 copy color: '#B5607D'

red 181 ◦ green 96 ◦ blue 125

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

Shades of Tapestry #B5607D

Tints of Tapestry #B5607D

RGB

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

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

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

R = 45.02%
G = 23.88%
B = 31.09%

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

#B5607D (or 0xB5607D) is known color: Tapestry. HEX triplet: B5, 60 and 7D. RGB value is (181,96,125). Sum of RGB (Red+Green+Blue) = 181+96+125=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B5607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5607D is #4A9F82. Grayscale: #7C7C7C. Windows color (decimal): -4890499 or 8216757. OLE color: 8216757.

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

Color convert

RGB 181 96 125 -
CMYK 0 0.47 0.31 0.29
HSL 339.53º 0.36% 0.54% -
HSV(B) 339.53º 0.47% 0.71% -
XYZ 26.94 19.67 21.78 -
YUV 124.72 128.16 168.14 -
System Red Green Blue C M Y K H S L
Decimal 181 96 125 0 0.47 0.31 0.29 339.53 0.36 0.54
Hex B5 60 7D 0 2F 1F 1D 154 24 36
Octal 265 140 175 0 57 37 35 524 44 66
Binary 10110101 1100000 1111101 0 101111 11111 11101 101010100 100100 110110

Color Harmonies of #B5607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5607D

Black with #B5607D

Text Example


Text Example

White with #B5607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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