Html Css Color HEX #B67E95 Tapestry

📋 copy color: '#B67E95'

red 182 ◦ green 126 ◦ blue 149

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

Shades of Tapestry #B67E95

Tints of Tapestry #B67E95

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.57%

 BLUE value IS 149 (58.59% from 255) = 32.6%

R = 39.82%
G = 27.57%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B67E95 (or 0xB67E95) is known color: Tapestry. HEX triplet: B6, 7E and 95. RGB value is (182,126,149). Sum of RGB (Red+Green+Blue) = 182+126+149=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67E95 is #49816A. Grayscale: #919191. Windows color (decimal): -4817259 or 9797302. OLE color: 9797302.

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

Color convert

RGB 182 126 149 -
CMYK 0 0.31 0.18 0.29
HSL 335.36º 0.28% 0.6% -
HSV(B) 335.36º 0.31% 0.71% -
XYZ 32.18 27.04 31.96 -
YUV 145.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 182 126 149 0 0.31 0.18 0.29 335.36 0.28 0.6
Hex B6 7E 95 0 1F 12 1D 14F 1C 3C
Octal 266 176 225 0 37 22 35 517 34 74
Binary 10110110 1111110 10010101 0 11111 10010 11101 101001111 11100 111100

Color Harmonies of #B67E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67E95

Black with #B67E95

Text Example


Text Example

White with #B67E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67E95; }

 p { color: rgb(182,126,149); }

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

background-color css

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

 a { background-color: rgb(182,126,149); }

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

border-color css

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

 span { border-color: rgb(182,126,149); }

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