Html Css Color HEX #B26946 Tuscany

📋 copy color: '#B26946'

red 178 ◦ green 105 ◦ blue 70

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

Shades of Tuscany #B26946

Tints of Tuscany #B26946

RGB

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

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

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

R = 50.42%
G = 29.75%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B26946 (or 0xB26946) is known color: Tuscany. HEX triplet: B2, 69 and 46. RGB value is (178,105,70). Sum of RGB (Red+Green+Blue) = 178+105+70=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B26946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26946 is #4D96B9. Grayscale: #7B7B7B. Windows color (decimal): -5084858 or 4614578. OLE color: 4614578.

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

Color convert

RGB 178 105 70 -
CMYK 0 0.41 0.61 0.30
HSL 19.44º 0.44% 0.49% -
HSV(B) 19.44º 0.61% 0.7% -
XYZ 24.52 20.01 8.36 -
YUV 122.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 178 105 70 0 0.41 0.61 0.30 19.44 0.44 0.49
Hex B2 69 46 0 29 3D 1E 13 2C 31
Octal 262 151 106 0 51 75 36 23 54 61
Binary 10110010 1101001 1000110 0 101001 111101 11110 10011 101100 110001

Color Harmonies of #B26946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26946

Black with #B26946

Text Example


Text Example

White with #B26946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26946; }

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

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

background-color css

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

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

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

border-color css

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

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

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