Html Css Color HEX #B26992 Tapestry

📋 copy color: '#B26992'

red 178 ◦ green 105 ◦ blue 146

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

Shades of Tapestry #B26992

Tints of Tapestry #B26992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.48%

 BLUE value IS 146 (57.42% from 255) = 34.03%

R = 41.49%
G = 24.48%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B26992 (or 0xB26992) is known color: Tapestry. HEX triplet: B2, 69 and 92. RGB value is (178,105,146). Sum of RGB (Red+Green+Blue) = 178+105+146=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B26992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26992 is #4D966D. Grayscale: #838383. Windows color (decimal): -5084782 or 9595314. OLE color: 9595314.

HSL color Cylindrical-coordinate representation of color #B26992: hue angle of 326.3º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B26992 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 105 146 -
CMYK 0 0.41 0.18 0.30
HSL 326.3º 0.32% 0.55% -
HSV(B) 326.3º 0.41% 0.7% -
XYZ 28.6 21.64 29.86 -
YUV 131.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 178 105 146 0 0.41 0.18 0.30 326.3 0.32 0.55
Hex B2 69 92 0 29 12 1E 146 20 37
Octal 262 151 222 0 51 22 36 506 40 67
Binary 10110010 1101001 10010010 0 101001 10010 11110 101000110 100000 110111

Color Harmonies of #B26992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26992

Black with #B26992

Text Example


Text Example

White with #B26992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26992; }

 p { color: rgb(178,105,146); }

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

background-color css

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

 a { background-color: rgb(178,105,146); }

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

border-color css

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

 span { border-color: rgb(178,105,146); }

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