Html Css Color HEX #B67C8F Tapestry

📋 copy color: '#B67C8F'

red 182 ◦ green 124 ◦ blue 143

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

Shades of Tapestry #B67C8F

Tints of Tapestry #B67C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.85%

R = 40.53%
G = 27.62%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B67C8F (or 0xB67C8F) is known color: Tapestry. HEX triplet: B6, 7C and 8F. RGB value is (182,124,143). Sum of RGB (Red+Green+Blue) = 182+124+143=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67C8F is #498370. Grayscale: #8F8F8F. Windows color (decimal): -4817777 or 9403574. OLE color: 9403574.

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

Color convert

RGB 182 124 143 -
CMYK 0 0.32 0.21 0.29
HSL 340.34º 0.28% 0.6% -
HSV(B) 340.34º 0.32% 0.71% -
XYZ 31.46 26.34 29.41 -
YUV 143.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 182 124 143 0 0.32 0.21 0.29 340.34 0.28 0.6
Hex B6 7C 8F 0 20 15 1D 154 1C 3C
Octal 266 174 217 0 40 25 35 524 34 74
Binary 10110110 1111100 10001111 0 100000 10101 11101 101010100 11100 111100

Color Harmonies of #B67C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C8F

Black with #B67C8F

Text Example


Text Example

White with #B67C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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