Html Css Color HEX #B67C8C Tapestry

📋 copy color: '#B67C8C'

red 182 ◦ green 124 ◦ blue 140

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

Shades of Tapestry #B67C8C

Tints of Tapestry #B67C8C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.8%

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

R = 40.81%
G = 27.8%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B67C8C (or 0xB67C8C) is known color: Tapestry. HEX triplet: B6, 7C and 8C. RGB value is (182,124,140). Sum of RGB (Red+Green+Blue) = 182+124+140=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67C8C is #498373. Grayscale: #8F8F8F. Windows color (decimal): -4817780 or 9206966. OLE color: 9206966.

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

Color convert

RGB 182 124 140 -
CMYK 0 0.32 0.23 0.29
HSL 343.45º 0.28% 0.6% -
HSV(B) 343.45º 0.32% 0.71% -
XYZ 31.23 26.25 28.23 -
YUV 143.17 126.22 155.7 -
System Red Green Blue C M Y K H S L
Decimal 182 124 140 0 0.32 0.23 0.29 343.45 0.28 0.6
Hex B6 7C 8C 0 20 17 1D 157 1C 3C
Octal 266 174 214 0 40 27 35 527 34 74
Binary 10110110 1111100 10001100 0 100000 10111 11101 101010111 11100 111100

Color Harmonies of #B67C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C8C

Black with #B67C8C

Text Example


Text Example

White with #B67C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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