Html Css Color HEX #B67689 Tapestry

📋 copy color: '#B67689'

red 182 ◦ green 118 ◦ blue 137

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

Shades of Tapestry #B67689

Tints of Tapestry #B67689

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27%

 BLUE value IS 137 (53.91% from 255) = 31.35%

R = 41.65%
G = 27%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B67689 (or 0xB67689) is known color: Tapestry. HEX triplet: B6, 76 and 89. RGB value is (182,118,137). Sum of RGB (Red+Green+Blue) = 182+118+137=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B67689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67689 is #498976. Grayscale: #8B8B8B. Windows color (decimal): -4819319 or 9008822. OLE color: 9008822.

HSL color Cylindrical-coordinate representation of color #B67689: hue angle of 342.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 #B67689 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 118 137 -
CMYK 0 0.35 0.25 0.29
HSL 342.19º 0.3% 0.59% -
HSV(B) 342.19º 0.35% 0.71% -
XYZ 30.29 24.71 26.84 -
YUV 139.3 126.7 158.46 -
System Red Green Blue C M Y K H S L
Decimal 182 118 137 0 0.35 0.25 0.29 342.19 0.3 0.59
Hex B6 76 89 0 23 19 1D 156 1E 3B
Octal 266 166 211 0 43 31 35 526 36 73
Binary 10110110 1110110 10001001 0 100011 11001 11101 101010110 11110 111011

Color Harmonies of #B67689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67689

Black with #B67689

Text Example


Text Example

White with #B67689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67689; }

 p { color: rgb(182,118,137); }

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

background-color css

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

 a { background-color: rgb(182,118,137); }

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

border-color css

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

 span { border-color: rgb(182,118,137); }

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