Html Css Color HEX #B6677A Tapestry

📋 copy color: '#B6677A'

red 182 ◦ green 103 ◦ blue 122

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

Shades of Tapestry #B6677A

Tints of Tapestry #B6677A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.98%

R = 44.72%
G = 25.31%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B6677A (or 0xB6677A) is known color: Tapestry. HEX triplet: B6, 67 and 7A. RGB value is (182,103,122). Sum of RGB (Red+Green+Blue) = 182+103+122=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6677A is #499885. Grayscale: #808080. Windows color (decimal): -4823174 or 8021942. OLE color: 8021942.

HSL color Cylindrical-coordinate representation of color #B6677A: hue angle of 345.57º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6677A is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 103 122 -
CMYK 0 0.43 0.33 0.29
HSL 345.57º 0.35% 0.56% -
HSV(B) 345.57º 0.43% 0.71% -
XYZ 27.65 21.05 21.02 -
YUV 128.79 124.17 165.96 -
System Red Green Blue C M Y K H S L
Decimal 182 103 122 0 0.43 0.33 0.29 345.57 0.35 0.56
Hex B6 67 7A 0 2B 21 1D 15A 23 38
Octal 266 147 172 0 53 41 35 532 43 70
Binary 10110110 1100111 1111010 0 101011 100001 11101 101011010 100011 111000

Color Harmonies of #B6677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6677A

Black with #B6677A

Text Example


Text Example

White with #B6677A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6677A; }

 p { color: rgb(182,103,122); }

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

background-color css

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

 a { background-color: rgb(182,103,122); }

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

border-color css

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

 span { border-color: rgb(182,103,122); }

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