Html Css Color HEX #B67192 Tapestry

📋 copy color: '#B67192'

red 182 ◦ green 113 ◦ blue 146

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

Shades of Tapestry #B67192

Tints of Tapestry #B67192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.62%

 BLUE value IS 146 (57.42% from 255) = 33.11%

R = 41.27%
G = 25.62%
B = 33.11%

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

#B67192 (or 0xB67192) is known color: Tapestry. HEX triplet: B6, 71 and 92. RGB value is (182,113,146). Sum of RGB (Red+Green+Blue) = 182+113+146=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B67192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67192 is #498E6D. Grayscale: #898989. Windows color (decimal): -4820590 or 9597366. OLE color: 9597366.

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

Color convert

RGB 182 113 146 -
CMYK 0 0.38 0.20 0.29
HSL 331.3º 0.32% 0.58% -
HSV(B) 331.3º 0.38% 0.71% -
XYZ 30.38 23.83 30.19 -
YUV 137.39 132.86 159.82 -
System Red Green Blue C M Y K H S L
Decimal 182 113 146 0 0.38 0.20 0.29 331.3 0.32 0.58
Hex B6 71 92 0 26 14 1D 14B 20 3A
Octal 266 161 222 0 46 24 35 513 40 72
Binary 10110110 1110001 10010010 0 100110 10100 11101 101001011 100000 111010

Color Harmonies of #B67192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67192

Black with #B67192

Text Example


Text Example

White with #B67192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67192; }

 p { color: rgb(182,113,146); }

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

background-color css

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

 a { background-color: rgb(182,113,146); }

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

border-color css

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

 span { border-color: rgb(182,113,146); }

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