Html Css Color HEX #B67893 Tapestry

📋 copy color: '#B67893'

red 182 ◦ green 120 ◦ blue 147

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

Shades of Tapestry #B67893

Tints of Tapestry #B67893

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.73%

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

R = 40.53%
G = 26.73%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B67893 (or 0xB67893) is known color: Tapestry. HEX triplet: B6, 78 and 93. RGB value is (182,120,147). Sum of RGB (Red+Green+Blue) = 182+120+147=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B67893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67893 is #49876C. Grayscale: #8D8D8D. Windows color (decimal): -4818797 or 9664694. OLE color: 9664694.

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

Color convert

RGB 182 120 147 -
CMYK 0 0.34 0.19 0.29
HSL 333.87º 0.3% 0.59% -
HSV(B) 333.87º 0.34% 0.71% -
XYZ 31.27 25.48 30.87 -
YUV 141.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 182 120 147 0 0.34 0.19 0.29 333.87 0.3 0.59
Hex B6 78 93 0 22 13 1D 14E 1E 3B
Octal 266 170 223 0 42 23 35 516 36 73
Binary 10110110 1111000 10010011 0 100010 10011 11101 101001110 11110 111011

Color Harmonies of #B67893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67893

Black with #B67893

Text Example


Text Example

White with #B67893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67893; }

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

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

background-color css

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

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

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

border-color css

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

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

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