Html Css Color HEX #B6607E Tapestry

📋 copy color: '#B6607E'

red 182 ◦ green 96 ◦ blue 126

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

Shades of Tapestry #B6607E

Tints of Tapestry #B6607E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.19%

R = 45.05%
G = 23.76%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6607E (or 0xB6607E) is known color: Tapestry. HEX triplet: B6, 60 and 7E. RGB value is (182,96,126). Sum of RGB (Red+Green+Blue) = 182+96+126=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6607E is #499F81. Grayscale: #7D7D7D. Windows color (decimal): -4824962 or 8282294. OLE color: 8282294.

HSL color Cylindrical-coordinate representation of color #B6607E: hue angle of 339.07º 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 #B6607E is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 96 126 -
CMYK 0 0.47 0.31 0.29
HSL 339.07º 0.37% 0.55% -
HSV(B) 339.07º 0.47% 0.71% -
XYZ 27.24 19.82 22.13 -
YUV 125.13 128.49 168.56 -
System Red Green Blue C M Y K H S L
Decimal 182 96 126 0 0.47 0.31 0.29 339.07 0.37 0.55
Hex B6 60 7E 0 2F 1F 1D 153 25 37
Octal 266 140 176 0 57 37 35 523 45 67
Binary 10110110 1100000 1111110 0 101111 11111 11101 101010011 100101 110111

Color Harmonies of #B6607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6607E

Black with #B6607E

Text Example


Text Example

White with #B6607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6607E; }

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

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

background-color css

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

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

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

border-color css

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

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

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