Html Css Color HEX #B67991 Tapestry

📋 copy color: '#B67991'

red 182 ◦ green 121 ◦ blue 145

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

Shades of Tapestry #B67991

Tints of Tapestry #B67991

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.01%

 BLUE value IS 145 (57.03% from 255) = 32.37%

R = 40.63%
G = 27.01%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B67991 (or 0xB67991) is known color: Tapestry. HEX triplet: B6, 79 and 91. RGB value is (182,121,145). Sum of RGB (Red+Green+Blue) = 182+121+145=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B67991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67991 is #49866E. Grayscale: #8D8D8D. Windows color (decimal): -4818543 or 9533878. OLE color: 9533878.

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

Color convert

RGB 182 121 145 -
CMYK 0 0.34 0.20 0.29
HSL 336.39º 0.29% 0.59% -
HSV(B) 336.39º 0.34% 0.71% -
XYZ 31.24 25.66 30.1 -
YUV 141.98 129.71 156.55 -
System Red Green Blue C M Y K H S L
Decimal 182 121 145 0 0.34 0.20 0.29 336.39 0.29 0.59
Hex B6 79 91 0 22 14 1D 150 1D 3B
Octal 266 171 221 0 42 24 35 520 35 73
Binary 10110110 1111001 10010001 0 100010 10100 11101 101010000 11101 111011

Color Harmonies of #B67991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67991

Black with #B67991

Text Example


Text Example

White with #B67991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67991; }

 p { color: rgb(182,121,145); }

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

background-color css

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

 a { background-color: rgb(182,121,145); }

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

border-color css

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

 span { border-color: rgb(182,121,145); }

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