Html Css Color HEX #B67291 Tapestry

📋 copy color: '#B67291'

red 182 ◦ green 114 ◦ blue 145

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

Shades of Tapestry #B67291

Tints of Tapestry #B67291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.88%

R = 41.27%
G = 25.85%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B67291 (or 0xB67291) is known color: Tapestry. HEX triplet: B6, 72 and 91. RGB value is (182,114,145). Sum of RGB (Red+Green+Blue) = 182+114+145=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B67291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67291 is #498D6E. Grayscale: #898989. Windows color (decimal): -4820335 or 9532086. OLE color: 9532086.

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

Color convert

RGB 182 114 145 -
CMYK 0 0.37 0.20 0.29
HSL 332.65º 0.32% 0.58% -
HSV(B) 332.65º 0.37% 0.71% -
XYZ 30.42 24.02 29.82 -
YUV 137.87 132.03 159.48 -
System Red Green Blue C M Y K H S L
Decimal 182 114 145 0 0.37 0.20 0.29 332.65 0.32 0.58
Hex B6 72 91 0 25 14 1D 14D 20 3A
Octal 266 162 221 0 45 24 35 515 40 72
Binary 10110110 1110010 10010001 0 100101 10100 11101 101001101 100000 111010

Color Harmonies of #B67291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67291

Black with #B67291

Text Example


Text Example

White with #B67291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67291; }

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

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

background-color css

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

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

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

border-color css

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

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

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