Html Css Color HEX #B67C88 Tapestry

📋 copy color: '#B67C88'

red 182 ◦ green 124 ◦ blue 136

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

Shades of Tapestry #B67C88

Tints of Tapestry #B67C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.77%

R = 41.18%
G = 28.05%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B67C88 (or 0xB67C88) is known color: Tapestry. HEX triplet: B6, 7C and 88. RGB value is (182,124,136). Sum of RGB (Red+Green+Blue) = 182+124+136=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67C88 is #498377. Grayscale: #8E8E8E. Windows color (decimal): -4817784 or 8944822. OLE color: 8944822.

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

Color convert

RGB 182 124 136 -
CMYK 0 0.32 0.25 0.29
HSL 347.59º 0.28% 0.6% -
HSV(B) 347.59º 0.32% 0.71% -
XYZ 30.94 26.14 26.71 -
YUV 142.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 182 124 136 0 0.32 0.25 0.29 347.59 0.28 0.6
Hex B6 7C 88 0 20 19 1D 15C 1C 3C
Octal 266 174 210 0 40 31 35 534 34 74
Binary 10110110 1111100 10001000 0 100000 11001 11101 101011100 11100 111100

Color Harmonies of #B67C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C88

Black with #B67C88

Text Example


Text Example

White with #B67C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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