Html Css Color HEX #B27690 Tapestry

📋 copy color: '#B27690'

red 178 ◦ green 118 ◦ blue 144

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

Shades of Tapestry #B27690

Tints of Tapestry #B27690

RGB

 RED value IS 178 (69.92% from 255) = 40.45%

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

 BLUE value IS 144 (56.64% from 255) = 32.73%

R = 40.45%
G = 26.82%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B27690 (or 0xB27690) is known color: Tapestry. HEX triplet: B2, 76 and 90. RGB value is (178,118,144). Sum of RGB (Red+Green+Blue) = 178+118+144=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B27690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27690 is #4D896F. Grayscale: #8A8A8A. Windows color (decimal): -5081456 or 9467570. OLE color: 9467570.

HSL color Cylindrical-coordinate representation of color #B27690: hue angle of 334º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B27690 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 118 144 -
CMYK 0 0.34 0.19 0.30
HSL 334º 0.28% 0.58% -
HSV(B) 334º 0.34% 0.7% -
XYZ 29.87 24.44 29.53 -
YUV 138.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 178 118 144 0 0.34 0.19 0.30 334 0.28 0.58
Hex B2 76 90 0 22 13 1E 14E 1C 3A
Octal 262 166 220 0 42 23 36 516 34 72
Binary 10110010 1110110 10010000 0 100010 10011 11110 101001110 11100 111010

Color Harmonies of #B27690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27690

Black with #B27690

Text Example


Text Example

White with #B27690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27690; }

 p { color: rgb(178,118,144); }

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

background-color css

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

 a { background-color: rgb(178,118,144); }

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

border-color css

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

 span { border-color: rgb(178,118,144); }

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