Html Css Color HEX #B26378 Tapestry

📋 copy color: '#B26378'

red 178 ◦ green 99 ◦ blue 120

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

Shades of Tapestry #B26378

Tints of Tapestry #B26378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.23%

R = 44.84%
G = 24.94%
B = 30.23%

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

#B26378 (or 0xB26378) is known color: Tapestry. HEX triplet: B2, 63 and 78. RGB value is (178,99,120). Sum of RGB (Red+Green+Blue) = 178+99+120=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B26378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26378 is #4D9C87. Grayscale: #7D7D7D. Windows color (decimal): -5086344 or 7889842. OLE color: 7889842.

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

Color convert

RGB 178 99 120 -
CMYK 0 0.44 0.33 0.30
HSL 344.05º 0.34% 0.54% -
HSV(B) 344.05º 0.44% 0.7% -
XYZ 26.21 19.74 20.2 -
YUV 125.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 178 99 120 0 0.44 0.33 0.30 344.05 0.34 0.54
Hex B2 63 78 0 2C 21 1E 158 22 36
Octal 262 143 170 0 54 41 36 530 42 66
Binary 10110010 1100011 1111000 0 101100 100001 11110 101011000 100010 110110

Color Harmonies of #B26378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26378

Black with #B26378

Text Example


Text Example

White with #B26378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26378; }

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

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

background-color css

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

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

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

border-color css

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

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

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