Html Css Color HEX #B67491 Tapestry

📋 copy color: '#B67491'

red 182 ◦ green 116 ◦ blue 145

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

Shades of Tapestry #B67491

Tints of Tapestry #B67491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.19%

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

R = 41.08%
G = 26.19%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B67491 (or 0xB67491) is known color: Tapestry. HEX triplet: B6, 74 and 91. RGB value is (182,116,145). Sum of RGB (Red+Green+Blue) = 182+116+145=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B67491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67491 is #498B6E. Grayscale: #8A8A8A. Windows color (decimal): -4819823 or 9532598. OLE color: 9532598.

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

Color convert

RGB 182 116 145 -
CMYK 0 0.36 0.20 0.29
HSL 333.64º 0.31% 0.58% -
HSV(B) 333.64º 0.36% 0.71% -
XYZ 30.65 24.48 29.9 -
YUV 139.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 182 116 145 0 0.36 0.20 0.29 333.64 0.31 0.58
Hex B6 74 91 0 24 14 1D 14E 1F 3A
Octal 266 164 221 0 44 24 35 516 37 72
Binary 10110110 1110100 10010001 0 100100 10100 11101 101001110 11111 111010

Color Harmonies of #B67491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67491

Black with #B67491

Text Example


Text Example

White with #B67491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67491; }

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

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

background-color css

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

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

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

border-color css

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

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

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