Html Css Color HEX #B26040 Tuscany

📋 copy color: '#B26040'

red 178 ◦ green 96 ◦ blue 64

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

Shades of Tuscany #B26040

Tints of Tuscany #B26040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

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

R = 52.66%
G = 28.4%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B26040 (or 0xB26040) is known color: Tuscany. HEX triplet: B2, 60 and 40. RGB value is (178,96,64). Sum of RGB (Red+Green+Blue) = 178+96+64=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B26040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26040 is #4D9FBF. Grayscale: #757575. Windows color (decimal): -5087168 or 4219058. OLE color: 4219058.

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

Color convert

RGB 178 96 64 -
CMYK 0 0.46 0.64 0.30
HSL 16.84º 0.47% 0.47% -
HSV(B) 16.84º 0.64% 0.7% -
XYZ 23.47 18.2 7.13 -
YUV 116.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 178 96 64 0 0.46 0.64 0.30 16.84 0.47 0.47
Hex B2 60 40 0 2E 40 1E 11 2F 2F
Octal 262 140 100 0 56 100 36 21 57 57
Binary 10110010 1100000 1000000 0 101110 1000000 11110 10001 101111 101111

Color Harmonies of #B26040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26040

Black with #B26040

Text Example


Text Example

White with #B26040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26040; }

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

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

background-color css

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

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

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

border-color css

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

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

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