Html Css Color HEX #B5608A Tapestry

📋 copy color: '#B5608A'

red 181 ◦ green 96 ◦ blue 138

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

Shades of Tapestry #B5608A

Tints of Tapestry #B5608A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.25%

R = 43.61%
G = 23.13%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5608A (or 0xB5608A) is known color: Tapestry. HEX triplet: B5, 60 and 8A. RGB value is (181,96,138). Sum of RGB (Red+Green+Blue) = 181+96+138=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B5608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5608A is #4A9F75. Grayscale: #7E7E7E. Windows color (decimal): -4890486 or 9068725. OLE color: 9068725.

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

Color convert

RGB 181 96 138 -
CMYK 0 0.47 0.24 0.29
HSL 330.35º 0.36% 0.54% -
HSV(B) 330.35º 0.47% 0.71% -
XYZ 27.83 20.02 26.44 -
YUV 126.2 134.66 167.08 -
System Red Green Blue C M Y K H S L
Decimal 181 96 138 0 0.47 0.24 0.29 330.35 0.36 0.54
Hex B5 60 8A 0 2F 18 1D 14A 24 36
Octal 265 140 212 0 57 30 35 512 44 66
Binary 10110101 1100000 10001010 0 101111 11000 11101 101001010 100100 110110

Color Harmonies of #B5608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5608A

Black with #B5608A

Text Example


Text Example

White with #B5608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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