Html Css Color HEX #B27591 Tapestry

📋 copy color: '#B27591'

red 178 ◦ green 117 ◦ blue 145

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

Shades of Tapestry #B27591

Tints of Tapestry #B27591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.59%

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

R = 40.45%
G = 26.59%
B = 32.95%

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

#B27591 (or 0xB27591) is known color: Tapestry. HEX triplet: B2, 75 and 91. RGB value is (178,117,145). Sum of RGB (Red+Green+Blue) = 178+117+145=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B27591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27591 is #4D8A6E. Grayscale: #8A8A8A. Windows color (decimal): -5081711 or 9532850. OLE color: 9532850.

HSL color Cylindrical-coordinate representation of color #B27591: hue angle of 332.46º 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 #B27591 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 117 145 -
CMYK 0 0.34 0.19 0.30
HSL 332.46º 0.28% 0.58% -
HSV(B) 332.46º 0.34% 0.7% -
XYZ 29.83 24.23 29.89 -
YUV 138.43 131.71 156.22 -
System Red Green Blue C M Y K H S L
Decimal 178 117 145 0 0.34 0.19 0.30 332.46 0.28 0.58
Hex B2 75 91 0 22 13 1E 14C 1C 3A
Octal 262 165 221 0 42 23 36 514 34 72
Binary 10110010 1110101 10010001 0 100010 10011 11110 101001100 11100 111010

Color Harmonies of #B27591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27591

Black with #B27591

Text Example


Text Example

White with #B27591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27591; }

 p { color: rgb(178,117,145); }

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

background-color css

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

 a { background-color: rgb(178,117,145); }

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

border-color css

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

 span { border-color: rgb(178,117,145); }

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