Html Css Color HEX #B6608C Tapestry

📋 copy color: '#B6608C'

red 182 ◦ green 96 ◦ blue 140

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

Shades of Tapestry #B6608C

Tints of Tapestry #B6608C

RGB

 RED value IS 182 (71.48% from 255) = 43.54%

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

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

R = 43.54%
G = 22.97%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6608C (or 0xB6608C) is known color: Tapestry. HEX triplet: B6, 60 and 8C. RGB value is (182,96,140). Sum of RGB (Red+Green+Blue) = 182+96+140=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B6608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6608C is #499F73. Grayscale: #7E7E7E. Windows color (decimal): -4824948 or 9199798. OLE color: 9199798.

HSL color Cylindrical-coordinate representation of color #B6608C: hue angle of 329.3º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6608C is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 96 140 -
CMYK 0 0.47 0.23 0.29
HSL 329.3º 0.37% 0.55% -
HSV(B) 329.3º 0.47% 0.71% -
XYZ 28.21 20.2 27.22 -
YUV 126.73 135.49 167.42 -
System Red Green Blue C M Y K H S L
Decimal 182 96 140 0 0.47 0.23 0.29 329.3 0.37 0.55
Hex B6 60 8C 0 2F 17 1D 149 25 37
Octal 266 140 214 0 57 27 35 511 45 67
Binary 10110110 1100000 10001100 0 101111 10111 11101 101001001 100101 110111

Color Harmonies of #B6608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6608C

Black with #B6608C

Text Example


Text Example

White with #B6608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6608C; }

 p { color: rgb(182,96,140); }

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

background-color css

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

 a { background-color: rgb(182,96,140); }

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

border-color css

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

 span { border-color: rgb(182,96,140); }

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