Html Css Color HEX #B26745 Tuscany

📋 copy color: '#B26745'

red 178 ◦ green 103 ◦ blue 69

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

Shades of Tuscany #B26745

Tints of Tuscany #B26745

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.43%

 BLUE value IS 69 (27.34% from 255) = 19.71%

R = 50.86%
G = 29.43%
B = 19.71%

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

#B26745 (or 0xB26745) is known color: Tuscany. HEX triplet: B2, 67 and 45. RGB value is (178,103,69). Sum of RGB (Red+Green+Blue) = 178+103+69=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B26745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26745 is #4D98BA. Grayscale: #797979. Windows color (decimal): -5085371 or 4548530. OLE color: 4548530.

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

Color convert

RGB 178 103 69 -
CMYK 0 0.42 0.61 0.30
HSL 18.72º 0.44% 0.48% -
HSV(B) 18.72º 0.61% 0.7% -
XYZ 24.28 19.6 8.13 -
YUV 121.55 98.35 168.26 -
System Red Green Blue C M Y K H S L
Decimal 178 103 69 0 0.42 0.61 0.30 18.72 0.44 0.48
Hex B2 67 45 0 2A 3D 1E 13 2C 30
Octal 262 147 105 0 52 75 36 23 54 60
Binary 10110010 1100111 1000101 0 101010 111101 11110 10011 101100 110000

Color Harmonies of #B26745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26745

Black with #B26745

Text Example


Text Example

White with #B26745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26745; }

 p { color: rgb(178,103,69); }

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

background-color css

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

 a { background-color: rgb(178,103,69); }

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

border-color css

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

 span { border-color: rgb(178,103,69); }

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