Html Css Color HEX #B5627A Tapestry

📋 copy color: '#B5627A'

red 181 ◦ green 98 ◦ blue 122

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

Shades of Tapestry #B5627A

Tints of Tapestry #B5627A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.44%

 BLUE value IS 122 (48.05% from 255) = 30.42%

R = 45.14%
G = 24.44%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5627A (or 0xB5627A) is known color: Tapestry. HEX triplet: B5, 62 and 7A. RGB value is (181,98,122). Sum of RGB (Red+Green+Blue) = 181+98+122=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B5627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5627A is #4A9D85. Grayscale: #7D7D7D. Windows color (decimal): -4889990 or 8020661. OLE color: 8020661.

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

Color convert

RGB 181 98 122 -
CMYK 0 0.46 0.33 0.29
HSL 342.65º 0.36% 0.55% -
HSV(B) 342.65º 0.46% 0.71% -
XYZ 26.94 19.96 20.85 -
YUV 125.55 126 167.55 -
System Red Green Blue C M Y K H S L
Decimal 181 98 122 0 0.46 0.33 0.29 342.65 0.36 0.55
Hex B5 62 7A 0 2E 21 1D 157 24 37
Octal 265 142 172 0 56 41 35 527 44 67
Binary 10110101 1100010 1111010 0 101110 100001 11101 101010111 100100 110111

Color Harmonies of #B5627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5627A

Black with #B5627A

Text Example


Text Example

White with #B5627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5627A; }

 p { color: rgb(181,98,122); }

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

background-color css

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

 a { background-color: rgb(181,98,122); }

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

border-color css

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

 span { border-color: rgb(181,98,122); }

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