Html Css Color HEX #B67294 Tapestry

📋 copy color: '#B67294'

red 182 ◦ green 114 ◦ blue 148

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

Shades of Tapestry #B67294

Tints of Tapestry #B67294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.68%

 BLUE value IS 148 (58.2% from 255) = 33.33%

R = 40.99%
G = 25.68%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B67294 (or 0xB67294) is known color: Tapestry. HEX triplet: B6, 72 and 94. RGB value is (182,114,148). Sum of RGB (Red+Green+Blue) = 182+114+148=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B67294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67294 is #498D6B. Grayscale: #8A8A8A. Windows color (decimal): -4820332 or 9728694. OLE color: 9728694.

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

Color convert

RGB 182 114 148 -
CMYK 0 0.37 0.19 0.29
HSL 330º 0.32% 0.58% -
HSV(B) 330º 0.37% 0.71% -
XYZ 30.65 24.12 31.06 -
YUV 138.21 133.53 159.24 -
System Red Green Blue C M Y K H S L
Decimal 182 114 148 0 0.37 0.19 0.29 330 0.32 0.58
Hex B6 72 94 0 25 13 1D 14A 20 3A
Octal 266 162 224 0 45 23 35 512 40 72
Binary 10110110 1110010 10010100 0 100101 10011 11101 101001010 100000 111010

Color Harmonies of #B67294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67294

Black with #B67294

Text Example


Text Example

White with #B67294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67294; }

 p { color: rgb(182,114,148); }

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

background-color css

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

 a { background-color: rgb(182,114,148); }

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

border-color css

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

 span { border-color: rgb(182,114,148); }

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