Html Css Color HEX #B6768C Tapestry

📋 copy color: '#B6768C'

red 182 ◦ green 118 ◦ blue 140

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

Shades of Tapestry #B6768C

Tints of Tapestry #B6768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.82%

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

R = 41.36%
G = 26.82%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6768C (or 0xB6768C) is known color: Tapestry. HEX triplet: B6, 76 and 8C. RGB value is (182,118,140). Sum of RGB (Red+Green+Blue) = 182+118+140=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B6768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6768C is #498973. Grayscale: #8B8B8B. Windows color (decimal): -4819316 or 9205430. OLE color: 9205430.

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

Color convert

RGB 182 118 140 -
CMYK 0 0.35 0.23 0.29
HSL 339.38º 0.3% 0.59% -
HSV(B) 339.38º 0.35% 0.71% -
XYZ 30.5 24.8 27.99 -
YUV 139.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 182 118 140 0 0.35 0.23 0.29 339.38 0.3 0.59
Hex B6 76 8C 0 23 17 1D 153 1E 3B
Octal 266 166 214 0 43 27 35 523 36 73
Binary 10110110 1110110 10001100 0 100011 10111 11101 101010011 11110 111011

Color Harmonies of #B6768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6768C

Black with #B6768C

Text Example


Text Example

White with #B6768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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