Html Css Color HEX #B06084 Tapestry

📋 copy color: '#B06084'

red 176 ◦ green 96 ◦ blue 132

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

Shades of Tapestry #B06084

Tints of Tapestry #B06084

RGB

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

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

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

R = 43.56%
G = 23.76%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B06084 (or 0xB06084) is known color: Tapestry. HEX triplet: B0, 60 and 84. RGB value is (176,96,132). Sum of RGB (Red+Green+Blue) = 176+96+132=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B06084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06084 is #4F9F7B. Grayscale: #7B7B7B. Windows color (decimal): -5218172 or 8675504. OLE color: 8675504.

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

Color convert

RGB 176 96 132 -
CMYK 0 0.45 0.25 0.31
HSL 333º 0.34% 0.53% -
HSV(B) 333º 0.45% 0.69% -
XYZ 26.25 19.26 24.16 -
YUV 124.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 176 96 132 0 0.45 0.25 0.31 333 0.34 0.53
Hex B0 60 84 0 2D 19 1F 14D 22 35
Octal 260 140 204 0 55 31 37 515 42 65
Binary 10110000 1100000 10000100 0 101101 11001 11111 101001101 100010 110101

Color Harmonies of #B06084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06084

Black with #B06084

Text Example


Text Example

White with #B06084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06084; }

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

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

background-color css

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

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

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

border-color css

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

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

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