Html Css Color HEX #B05E8A Tapestry

📋 copy color: '#B05E8A'

red 176 ◦ green 94 ◦ blue 138

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

Shades of Tapestry #B05E8A

Tints of Tapestry #B05E8A

RGB

 RED value IS 176 (69.14% from 255) = 43.14%

 GREEN value IS 94 (37.11% from 255) = 23.04%

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

R = 43.14%
G = 23.04%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B05E8A (or 0xB05E8A) is known color: Tapestry. HEX triplet: B0, 5E and 8A. RGB value is (176,94,138). Sum of RGB (Red+Green+Blue) = 176+94+138=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05E8A is #4FA175. Grayscale: #7B7B7B. Windows color (decimal): -5218678 or 9068208. OLE color: 9068208.

HSL color Cylindrical-coordinate representation of color #B05E8A: hue angle of 327.8º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05E8A is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 94 138 -
CMYK 0 0.47 0.22 0.31
HSL 327.8º 0.34% 0.53% -
HSV(B) 327.8º 0.47% 0.69% -
XYZ 26.49 19.07 26.33 -
YUV 123.53 136.17 165.42 -
System Red Green Blue C M Y K H S L
Decimal 176 94 138 0 0.47 0.22 0.31 327.8 0.34 0.53
Hex B0 5E 8A 0 2F 16 1F 148 22 35
Octal 260 136 212 0 57 26 37 510 42 65
Binary 10110000 1011110 10001010 0 101111 10110 11111 101001000 100010 110101

Color Harmonies of #B05E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05E8A

Black with #B05E8A

Text Example


Text Example

White with #B05E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05E8A; }

 p { color: rgb(176,94,138); }

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

background-color css

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

 a { background-color: rgb(176,94,138); }

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

border-color css

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

 span { border-color: rgb(176,94,138); }

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