Html Css Color HEX #B06783 Tapestry

📋 copy color: '#B06783'

red 176 ◦ green 103 ◦ blue 131

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

Shades of Tapestry #B06783

Tints of Tapestry #B06783

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.12%

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

R = 42.93%
G = 25.12%
B = 31.95%

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

#B06783 (or 0xB06783) is known color: Tapestry. HEX triplet: B0, 67 and 83. RGB value is (176,103,131). Sum of RGB (Red+Green+Blue) = 176+103+131=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B06783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06783 is #4F987C. Grayscale: #7F7F7F. Windows color (decimal): -5216381 or 8611760. OLE color: 8611760.

HSL color Cylindrical-coordinate representation of color #B06783: hue angle of 336.99º degrees, saturation: 0.32, 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 #B06783 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 131 -
CMYK 0 0.41 0.26 0.31
HSL 336.99º 0.32% 0.55% -
HSV(B) 336.99º 0.41% 0.69% -
XYZ 26.85 20.57 24.03 -
YUV 128.02 129.68 162.22 -
System Red Green Blue C M Y K H S L
Decimal 176 103 131 0 0.41 0.26 0.31 336.99 0.32 0.55
Hex B0 67 83 0 29 1A 1F 151 20 37
Octal 260 147 203 0 51 32 37 521 40 67
Binary 10110000 1100111 10000011 0 101001 11010 11111 101010001 100000 110111

Color Harmonies of #B06783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06783

Black with #B06783

Text Example


Text Example

White with #B06783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06783; }

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

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

background-color css

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

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

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

border-color css

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

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

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