Html Css Color HEX #B26377 Tapestry

📋 copy color: '#B26377'

red 178 ◦ green 99 ◦ blue 119

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

Shades of Tapestry #B26377

Tints of Tapestry #B26377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25%

 BLUE value IS 119 (46.88% from 255) = 30.05%

R = 44.95%
G = 25%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B26377 (or 0xB26377) is known color: Tapestry. HEX triplet: B2, 63 and 77. RGB value is (178,99,119). Sum of RGB (Red+Green+Blue) = 178+99+119=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B26377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26377 is #4D9C88. Grayscale: #7C7C7C. Windows color (decimal): -5086345 or 7824306. OLE color: 7824306.

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

Color convert

RGB 178 99 119 -
CMYK 0 0.44 0.33 0.30
HSL 344.81º 0.34% 0.54% -
HSV(B) 344.81º 0.44% 0.7% -
XYZ 26.15 19.72 19.88 -
YUV 124.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 178 99 119 0 0.44 0.33 0.30 344.81 0.34 0.54
Hex B2 63 77 0 2C 21 1E 159 22 36
Octal 262 143 167 0 54 41 36 531 42 66
Binary 10110010 1100011 1110111 0 101100 100001 11110 101011001 100010 110110

Color Harmonies of #B26377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26377

Black with #B26377

Text Example


Text Example

White with #B26377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26377; }

 p { color: rgb(178,99,119); }

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

background-color css

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

 a { background-color: rgb(178,99,119); }

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

border-color css

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

 span { border-color: rgb(178,99,119); }

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