Html Css Color HEX #B67594 Tapestry

📋 copy color: '#B67594'

red 182 ◦ green 117 ◦ blue 148

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

Shades of Tapestry #B67594

Tints of Tapestry #B67594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.17%

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

R = 40.72%
G = 26.17%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B67594 (or 0xB67594) is known color: Tapestry. HEX triplet: B6, 75 and 94. RGB value is (182,117,148). Sum of RGB (Red+Green+Blue) = 182+117+148=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B67594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67594 is #498A6B. Grayscale: #8B8B8B. Windows color (decimal): -4819564 or 9729462. OLE color: 9729462.

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

Color convert

RGB 182 117 148 -
CMYK 0 0.36 0.19 0.29
HSL 331.38º 0.31% 0.59% -
HSV(B) 331.38º 0.36% 0.71% -
XYZ 31 24.81 31.17 -
YUV 139.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 182 117 148 0 0.36 0.19 0.29 331.38 0.31 0.59
Hex B6 75 94 0 24 13 1D 14B 1F 3B
Octal 266 165 224 0 44 23 35 513 37 73
Binary 10110110 1110101 10010100 0 100100 10011 11101 101001011 11111 111011

Color Harmonies of #B67594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67594

Black with #B67594

Text Example


Text Example

White with #B67594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67594; }

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

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

background-color css

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

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

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

border-color css

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

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

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