Html Css Color HEX #B67F87 Tapestry

📋 copy color: '#B67F87'

red 182 ◦ green 127 ◦ blue 135

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

Shades of Tapestry #B67F87

Tints of Tapestry #B67F87

RGB

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

 GREEN value IS 127 (50% from 255) = 28.6%

 BLUE value IS 135 (53.13% from 255) = 30.41%

R = 40.99%
G = 28.6%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B67F87 (or 0xB67F87) is known color: Tapestry. HEX triplet: B6, 7F and 87. RGB value is (182,127,135). Sum of RGB (Red+Green+Blue) = 182+127+135=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67F87 is #498078. Grayscale: #909090. Windows color (decimal): -4817017 or 8880054. OLE color: 8880054.

HSL color Cylindrical-coordinate representation of color #B67F87: hue angle of 351.27º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B67F87 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 127 135 -
CMYK 0 0.30 0.26 0.29
HSL 351.27º 0.27% 0.61% -
HSV(B) 351.27º 0.3% 0.71% -
XYZ 31.25 26.87 26.46 -
YUV 144.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 182 127 135 0 0.30 0.26 0.29 351.27 0.27 0.61
Hex B6 7F 87 0 1E 1A 1D 15F 1B 3D
Octal 266 177 207 0 36 32 35 537 33 75
Binary 10110110 1111111 10000111 0 11110 11010 11101 101011111 11011 111101

Color Harmonies of #B67F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67F87

Black with #B67F87

Text Example


Text Example

White with #B67F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67F87; }

 p { color: rgb(182,127,135); }

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

background-color css

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

 a { background-color: rgb(182,127,135); }

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

border-color css

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

 span { border-color: rgb(182,127,135); }

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