Html Css Color HEX #B05F8C Tapestry

📋 copy color: '#B05F8C'

red 176 ◦ green 95 ◦ blue 140

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

Shades of Tapestry #B05F8C

Tints of Tapestry #B05F8C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.11%

 BLUE value IS 140 (55.08% from 255) = 34.06%

R = 42.82%
G = 23.11%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B05F8C (or 0xB05F8C) is known color: Tapestry. HEX triplet: B0, 5F and 8C. RGB value is (176,95,140). Sum of RGB (Red+Green+Blue) = 176+95+140=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05F8C is #4FA073. Grayscale: #7C7C7C. Windows color (decimal): -5218420 or 9199536. OLE color: 9199536.

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

Color convert

RGB 176 95 140 -
CMYK 0 0.46 0.20 0.31
HSL 326.67º 0.34% 0.53% -
HSV(B) 326.67º 0.46% 0.69% -
XYZ 26.73 19.31 27.13 -
YUV 124.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 176 95 140 0 0.46 0.20 0.31 326.67 0.34 0.53
Hex B0 5F 8C 0 2E 14 1F 147 22 35
Octal 260 137 214 0 56 24 37 507 42 65
Binary 10110000 1011111 10001100 0 101110 10100 11111 101000111 100010 110101

Color Harmonies of #B05F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05F8C

Black with #B05F8C

Text Example


Text Example

White with #B05F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05F8C; }

 p { color: rgb(176,95,140); }

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

background-color css

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

 a { background-color: rgb(176,95,140); }

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

border-color css

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

 span { border-color: rgb(176,95,140); }

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