Html Css Color HEX #B67091 Tapestry

📋 copy color: '#B67091'

red 182 ◦ green 112 ◦ blue 145

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

Shades of Tapestry #B67091

Tints of Tapestry #B67091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.51%

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

R = 41.46%
G = 25.51%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B67091 (or 0xB67091) is known color: Tapestry. HEX triplet: B6, 70 and 91. RGB value is (182,112,145). Sum of RGB (Red+Green+Blue) = 182+112+145=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B67091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67091 is #498F6E. Grayscale: #888888. Windows color (decimal): -4820847 or 9531574. OLE color: 9531574.

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

Color convert

RGB 182 112 145 -
CMYK 0 0.38 0.20 0.29
HSL 331.71º 0.32% 0.58% -
HSV(B) 331.71º 0.38% 0.71% -
XYZ 30.2 23.58 29.75 -
YUV 136.69 132.69 160.32 -
System Red Green Blue C M Y K H S L
Decimal 182 112 145 0 0.38 0.20 0.29 331.71 0.32 0.58
Hex B6 70 91 0 26 14 1D 14C 20 3A
Octal 266 160 221 0 46 24 35 514 40 72
Binary 10110110 1110000 10010001 0 100110 10100 11101 101001100 100000 111010

Color Harmonies of #B67091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67091

Black with #B67091

Text Example


Text Example

White with #B67091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67091; }

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

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

background-color css

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

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

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

border-color css

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

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

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