Html Css Color HEX #B27089 Tapestry

📋 copy color: '#B27089'

red 178 ◦ green 112 ◦ blue 137

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

Shades of Tapestry #B27089

Tints of Tapestry #B27089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.23%

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

R = 41.69%
G = 26.23%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B27089 (or 0xB27089) is known color: Tapestry. HEX triplet: B2, 70 and 89. RGB value is (178,112,137). Sum of RGB (Red+Green+Blue) = 178+112+137=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B27089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27089 is #4D8F76. Grayscale: #868686. Windows color (decimal): -5082999 or 9007282. OLE color: 9007282.

HSL color Cylindrical-coordinate representation of color #B27089: hue angle of 337.27º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B27089 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 112 137 -
CMYK 0 0.37 0.23 0.30
HSL 337.27º 0.3% 0.57% -
HSV(B) 337.27º 0.37% 0.7% -
XYZ 28.67 22.86 26.57 -
YUV 134.58 129.37 158.97 -
System Red Green Blue C M Y K H S L
Decimal 178 112 137 0 0.37 0.23 0.30 337.27 0.3 0.57
Hex B2 70 89 0 25 17 1E 151 1E 39
Octal 262 160 211 0 45 27 36 521 36 71
Binary 10110010 1110000 10001001 0 100101 10111 11110 101010001 11110 111001

Color Harmonies of #B27089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27089

Black with #B27089

Text Example


Text Example

White with #B27089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27089; }

 p { color: rgb(178,112,137); }

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

background-color css

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

 a { background-color: rgb(178,112,137); }

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

border-color css

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

 span { border-color: rgb(178,112,137); }

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