Html Css Color HEX #B26049 Tuscany

📋 copy color: '#B26049'

red 178 ◦ green 96 ◦ blue 73

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

Shades of Tuscany #B26049

Tints of Tuscany #B26049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.04%

R = 51.3%
G = 27.67%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B26049 (or 0xB26049) is known color: Tuscany. HEX triplet: B2, 60 and 49. RGB value is (178,96,73). Sum of RGB (Red+Green+Blue) = 178+96+73=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B26049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26049 is #4D9FB6. Grayscale: #767676. Windows color (decimal): -5087159 or 4808882. OLE color: 4808882.

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

Color convert

RGB 178 96 73 -
CMYK 0 0.46 0.59 0.30
HSL 13.14º 0.42% 0.49% -
HSV(B) 13.14º 0.59% 0.7% -
XYZ 23.75 18.31 8.59 -
YUV 117.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 178 96 73 0 0.46 0.59 0.30 13.14 0.42 0.49
Hex B2 60 49 0 2E 3B 1E D 2A 31
Octal 262 140 111 0 56 73 36 15 52 61
Binary 10110010 1100000 1001001 0 101110 111011 11110 1101 101010 110001

Color Harmonies of #B26049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26049

Black with #B26049

Text Example


Text Example

White with #B26049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26049; }

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

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

background-color css

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

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

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

border-color css

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

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

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