Html Css Color HEX #B07584 Tapestry

📋 copy color: '#B07584'

red 176 ◦ green 117 ◦ blue 132

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

Shades of Tapestry #B07584

Tints of Tapestry #B07584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.53%

 BLUE value IS 132 (51.95% from 255) = 31.06%

R = 41.41%
G = 27.53%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B07584 (or 0xB07584) is known color: Tapestry. HEX triplet: B0, 75 and 84. RGB value is (176,117,132). Sum of RGB (Red+Green+Blue) = 176+117+132=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B07584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07584 is #4F8A7B. Grayscale: #888888. Windows color (decimal): -5212796 or 8680880. OLE color: 8680880.

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

Color convert

RGB 176 117 132 -
CMYK 0 0.34 0.25 0.31
HSL 344.75º 0.27% 0.57% -
HSV(B) 344.75º 0.34% 0.69% -
XYZ 28.43 23.62 24.89 -
YUV 136.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 176 117 132 0 0.34 0.25 0.31 344.75 0.27 0.57
Hex B0 75 84 0 22 19 1F 159 1B 39
Octal 260 165 204 0 42 31 37 531 33 71
Binary 10110000 1110101 10000100 0 100010 11001 11111 101011001 11011 111001

Color Harmonies of #B07584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07584

Black with #B07584

Text Example


Text Example

White with #B07584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07584; }

 p { color: rgb(176,117,132); }

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

background-color css

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

 a { background-color: rgb(176,117,132); }

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

border-color css

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

 span { border-color: rgb(176,117,132); }

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