Html Css Color HEX #B5607E Tapestry

📋 copy color: '#B5607E'

red 181 ◦ green 96 ◦ blue 126

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

Shades of Tapestry #B5607E

Tints of Tapestry #B5607E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 44.91%
G = 23.82%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5607E (or 0xB5607E) is known color: Tapestry. HEX triplet: B5, 60 and 7E. RGB value is (181,96,126). Sum of RGB (Red+Green+Blue) = 181+96+126=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5607E is #4A9F81. Grayscale: #7C7C7C. Windows color (decimal): -4890498 or 8282293. OLE color: 8282293.

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

Color convert

RGB 181 96 126 -
CMYK 0 0.47 0.30 0.29
HSL 338.82º 0.36% 0.54% -
HSV(B) 338.82º 0.47% 0.71% -
XYZ 27 19.7 22.12 -
YUV 124.84 128.66 168.06 -
System Red Green Blue C M Y K H S L
Decimal 181 96 126 0 0.47 0.30 0.29 338.82 0.36 0.54
Hex B5 60 7E 0 2F 1E 1D 153 24 36
Octal 265 140 176 0 57 36 35 523 44 66
Binary 10110101 1100000 1111110 0 101111 11110 11101 101010011 100100 110110

Color Harmonies of #B5607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5607E

Black with #B5607E

Text Example


Text Example

White with #B5607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5607E; }

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

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

background-color css

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

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

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

border-color css

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

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

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