Html Css Color HEX #B67A8D Tapestry

📋 copy color: '#B67A8D'

red 182 ◦ green 122 ◦ blue 141

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

Shades of Tapestry #B67A8D

Tints of Tapestry #B67A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.42%

 BLUE value IS 141 (55.47% from 255) = 31.69%

R = 40.9%
G = 27.42%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B67A8D (or 0xB67A8D) is known color: Tapestry. HEX triplet: B6, 7A and 8D. RGB value is (182,122,141). Sum of RGB (Red+Green+Blue) = 182+122+141=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67A8D is #498572. Grayscale: #8E8E8E. Windows color (decimal): -4818291 or 9271990. OLE color: 9271990.

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

Color convert

RGB 182 122 141 -
CMYK 0 0.33 0.23 0.29
HSL 341º 0.29% 0.6% -
HSV(B) 341º 0.33% 0.71% -
XYZ 31.06 25.79 28.54 -
YUV 142.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 182 122 141 0 0.33 0.23 0.29 341 0.29 0.6
Hex B6 7A 8D 0 21 17 1D 155 1D 3C
Octal 266 172 215 0 41 27 35 525 35 74
Binary 10110110 1111010 10001101 0 100001 10111 11101 101010101 11101 111100

Color Harmonies of #B67A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67A8D

Black with #B67A8D

Text Example


Text Example

White with #B67A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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