Html Css Color HEX #B26240 Tuscany

📋 copy color: '#B26240'

red 178 ◦ green 98 ◦ blue 64

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

Shades of Tuscany #B26240

Tints of Tuscany #B26240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.82%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 52.35%
G = 28.82%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B26240 (or 0xB26240) is known color: Tuscany. HEX triplet: B2, 62 and 40. RGB value is (178,98,64). Sum of RGB (Red+Green+Blue) = 178+98+64=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B26240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26240 is #4D9DBF. Grayscale: #767676. Windows color (decimal): -5086656 or 4219570. OLE color: 4219570.

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

Color convert

RGB 178 98 64 -
CMYK 0 0.45 0.64 0.30
HSL 17.89º 0.47% 0.47% -
HSV(B) 17.89º 0.64% 0.7% -
XYZ 23.65 18.57 7.19 -
YUV 118.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 178 98 64 0 0.45 0.64 0.30 17.89 0.47 0.47
Hex B2 62 40 0 2D 40 1E 12 2F 2F
Octal 262 142 100 0 55 100 36 22 57 57
Binary 10110010 1100010 1000000 0 101101 1000000 11110 10010 101111 101111

Color Harmonies of #B26240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26240

Black with #B26240

Text Example


Text Example

White with #B26240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26240; }

 p { color: rgb(178,98,64); }

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

background-color css

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

 a { background-color: rgb(178,98,64); }

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

border-color css

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

 span { border-color: rgb(178,98,64); }

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