Html Css Color HEX #B06883 Tapestry

📋 copy color: '#B06883'

red 176 ◦ green 104 ◦ blue 131

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

Shades of Tapestry #B06883

Tints of Tapestry #B06883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.3%

 BLUE value IS 131 (51.56% from 255) = 31.87%

R = 42.82%
G = 25.3%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B06883 (or 0xB06883) is known color: Tapestry. HEX triplet: B0, 68 and 83. RGB value is (176,104,131). Sum of RGB (Red+Green+Blue) = 176+104+131=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B06883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06883 is #4F977C. Grayscale: #808080. Windows color (decimal): -5216125 or 8612016. OLE color: 8612016.

HSL color Cylindrical-coordinate representation of color #B06883: hue angle of 337.5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B06883 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 104 131 -
CMYK 0 0.41 0.26 0.31
HSL 337.5º 0.31% 0.55% -
HSV(B) 337.5º 0.41% 0.69% -
XYZ 26.95 20.77 24.06 -
YUV 128.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 176 104 131 0 0.41 0.26 0.31 337.5 0.31 0.55
Hex B0 68 83 0 29 1A 1F 152 1F 37
Octal 260 150 203 0 51 32 37 522 37 67
Binary 10110000 1101000 10000011 0 101001 11010 11111 101010010 11111 110111

Color Harmonies of #B06883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06883

Black with #B06883

Text Example


Text Example

White with #B06883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06883; }

 p { color: rgb(176,104,131); }

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

background-color css

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

 a { background-color: rgb(176,104,131); }

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

border-color css

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

 span { border-color: rgb(176,104,131); }

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