Html Css Color HEX #B67193 Tapestry

📋 copy color: '#B67193'

red 182 ◦ green 113 ◦ blue 147

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

Shades of Tapestry #B67193

Tints of Tapestry #B67193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.26%

R = 41.18%
G = 25.57%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B67193 (or 0xB67193) is known color: Tapestry. HEX triplet: B6, 71 and 93. RGB value is (182,113,147). Sum of RGB (Red+Green+Blue) = 182+113+147=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B67193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67193 is #498E6C. Grayscale: #898989. Windows color (decimal): -4820589 or 9662902. OLE color: 9662902.

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

Color convert

RGB 182 113 147 -
CMYK 0 0.38 0.19 0.29
HSL 330.43º 0.32% 0.58% -
HSV(B) 330.43º 0.38% 0.71% -
XYZ 30.46 23.86 30.6 -
YUV 137.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 182 113 147 0 0.38 0.19 0.29 330.43 0.32 0.58
Hex B6 71 93 0 26 13 1D 14A 20 3A
Octal 266 161 223 0 46 23 35 512 40 72
Binary 10110110 1110001 10010011 0 100110 10011 11101 101001010 100000 111010

Color Harmonies of #B67193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67193

Black with #B67193

Text Example


Text Example

White with #B67193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67193; }

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

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

background-color css

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

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

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

border-color css

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

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

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