Html Css Color HEX #B67790 Tapestry

📋 copy color: '#B67790'

red 182 ◦ green 119 ◦ blue 144

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

Shades of Tapestry #B67790

Tints of Tapestry #B67790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.74%

 BLUE value IS 144 (56.64% from 255) = 32.36%

R = 40.9%
G = 26.74%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B67790 (or 0xB67790) is known color: Tapestry. HEX triplet: B6, 77 and 90. RGB value is (182,119,144). Sum of RGB (Red+Green+Blue) = 182+119+144=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B67790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67790 is #49886F. Grayscale: #8C8C8C. Windows color (decimal): -4819056 or 9467830. OLE color: 9467830.

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

Color convert

RGB 182 119 144 -
CMYK 0 0.35 0.21 0.29
HSL 336.19º 0.3% 0.59% -
HSV(B) 336.19º 0.35% 0.71% -
XYZ 30.92 25.15 29.61 -
YUV 140.69 129.87 157.47 -
System Red Green Blue C M Y K H S L
Decimal 182 119 144 0 0.35 0.21 0.29 336.19 0.3 0.59
Hex B6 77 90 0 23 15 1D 150 1E 3B
Octal 266 167 220 0 43 25 35 520 36 73
Binary 10110110 1110111 10010000 0 100011 10101 11101 101010000 11110 111011

Color Harmonies of #B67790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67790

Black with #B67790

Text Example


Text Example

White with #B67790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67790; }

 p { color: rgb(182,119,144); }

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

background-color css

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

 a { background-color: rgb(182,119,144); }

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

border-color css

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

 span { border-color: rgb(182,119,144); }

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