Html Css Color HEX #B26846 Tuscany

📋 copy color: '#B26846'

red 178 ◦ green 104 ◦ blue 70

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

Shades of Tuscany #B26846

Tints of Tuscany #B26846

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.55%

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

R = 50.57%
G = 29.55%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B26846 (or 0xB26846) is known color: Tuscany. HEX triplet: B2, 68 and 46. RGB value is (178,104,70). Sum of RGB (Red+Green+Blue) = 178+104+70=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B26846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26846 is #4D97B9. Grayscale: #7A7A7A. Windows color (decimal): -5085114 or 4614322. OLE color: 4614322.

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

Color convert

RGB 178 104 70 -
CMYK 0 0.42 0.61 0.30
HSL 18.89º 0.44% 0.49% -
HSV(B) 18.89º 0.61% 0.7% -
XYZ 24.42 19.81 8.33 -
YUV 122.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 178 104 70 0 0.42 0.61 0.30 18.89 0.44 0.49
Hex B2 68 46 0 2A 3D 1E 13 2C 31
Octal 262 150 106 0 52 75 36 23 54 61
Binary 10110010 1101000 1000110 0 101010 111101 11110 10011 101100 110001

Color Harmonies of #B26846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26846

Black with #B26846

Text Example


Text Example

White with #B26846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26846; }

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

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

background-color css

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

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

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

border-color css

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

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

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