Html Css Color HEX #B26441 Tuscany

📋 copy color: '#B26441'

red 178 ◦ green 100 ◦ blue 65

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

Shades of Tuscany #B26441

Tints of Tuscany #B26441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.15%

 BLUE value IS 65 (25.78% from 255) = 18.95%

R = 51.9%
G = 29.15%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B26441 (or 0xB26441) is known color: Tuscany. HEX triplet: B2, 64 and 41. RGB value is (178,100,65). Sum of RGB (Red+Green+Blue) = 178+100+65=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B26441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26441 is #4D9BBE. Grayscale: #777777. Windows color (decimal): -5086143 or 4285618. OLE color: 4285618.

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

Color convert

RGB 178 100 65 -
CMYK 0 0.44 0.63 0.30
HSL 18.58º 0.47% 0.48% -
HSV(B) 18.58º 0.63% 0.7% -
XYZ 23.87 18.96 7.4 -
YUV 119.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 178 100 65 0 0.44 0.63 0.30 18.58 0.47 0.48
Hex B2 64 41 0 2C 3F 1E 13 2F 30
Octal 262 144 101 0 54 77 36 23 57 60
Binary 10110010 1100100 1000001 0 101100 111111 11110 10011 101111 110000

Color Harmonies of #B26441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26441

Black with #B26441

Text Example


Text Example

White with #B26441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26441; }

 p { color: rgb(178,100,65); }

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

background-color css

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

 a { background-color: rgb(178,100,65); }

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

border-color css

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

 span { border-color: rgb(178,100,65); }

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