Html Css Color HEX #B26546 Tuscany

📋 copy color: '#B26546'

red 178 ◦ green 101 ◦ blue 70

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

Shades of Tuscany #B26546

Tints of Tuscany #B26546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.94%

 BLUE value IS 70 (27.73% from 255) = 20.06%

R = 51%
G = 28.94%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B26546 (or 0xB26546) is known color: Tuscany. HEX triplet: B2, 65 and 46. RGB value is (178,101,70). Sum of RGB (Red+Green+Blue) = 178+101+70=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B26546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26546 is #4D9AB9. Grayscale: #787878. Windows color (decimal): -5085882 or 4613554. OLE color: 4613554.

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

Color convert

RGB 178 101 70 -
CMYK 0 0.43 0.61 0.30
HSL 17.22º 0.44% 0.49% -
HSV(B) 17.22º 0.61% 0.7% -
XYZ 24.12 19.21 8.23 -
YUV 120.49 99.51 169.02 -
System Red Green Blue C M Y K H S L
Decimal 178 101 70 0 0.43 0.61 0.30 17.22 0.44 0.49
Hex B2 65 46 0 2B 3D 1E 11 2C 31
Octal 262 145 106 0 53 75 36 21 54 61
Binary 10110010 1100101 1000110 0 101011 111101 11110 10001 101100 110001

Color Harmonies of #B26546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26546

Black with #B26546

Text Example


Text Example

White with #B26546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26546; }

 p { color: rgb(178,101,70); }

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

background-color css

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

 a { background-color: rgb(178,101,70); }

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

border-color css

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

 span { border-color: rgb(178,101,70); }

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