Html Css Color HEX #B26089 Tapestry

📋 copy color: '#B26089'

red 178 ◦ green 96 ◦ blue 137

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

Shades of Tapestry #B26089

Tints of Tapestry #B26089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.36%

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

R = 43.31%
G = 23.36%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B26089 (or 0xB26089) is known color: Tapestry. HEX triplet: B2, 60 and 89. RGB value is (178,96,137). Sum of RGB (Red+Green+Blue) = 178+96+137=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B26089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26089 is #4D9F76. Grayscale: #7D7D7D. Windows color (decimal): -5087095 or 9003186. OLE color: 9003186.

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

Color convert

RGB 178 96 137 -
CMYK 0 0.46 0.23 0.30
HSL 330º 0.35% 0.54% -
HSV(B) 330º 0.46% 0.7% -
XYZ 27.06 19.64 26.03 -
YUV 125.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 178 96 137 0 0.46 0.23 0.30 330 0.35 0.54
Hex B2 60 89 0 2E 17 1E 14A 23 36
Octal 262 140 211 0 56 27 36 512 43 66
Binary 10110010 1100000 10001001 0 101110 10111 11110 101001010 100011 110110

Color Harmonies of #B26089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26089

Black with #B26089

Text Example


Text Example

White with #B26089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26089; }

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

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

background-color css

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

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

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

border-color css

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

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

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