Html Css Color HEX #B26849 Tuscany

📋 copy color: '#B26849'

red 178 ◦ green 104 ◦ blue 73

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

Shades of Tuscany #B26849

Tints of Tuscany #B26849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.3%

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

R = 50.14%
G = 29.3%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B26849 (or 0xB26849) is known color: Tuscany. HEX triplet: B2, 68 and 49. RGB value is (178,104,73). Sum of RGB (Red+Green+Blue) = 178+104+73=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B26849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26849 is #4D97B6. Grayscale: #7A7A7A. Windows color (decimal): -5085111 or 4810930. OLE color: 4810930.

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

Color convert

RGB 178 104 73 -
CMYK 0 0.42 0.59 0.30
HSL 17.71º 0.42% 0.49% -
HSV(B) 17.71º 0.59% 0.7% -
XYZ 24.51 19.85 8.84 -
YUV 122.59 100.02 167.52 -
System Red Green Blue C M Y K H S L
Decimal 178 104 73 0 0.42 0.59 0.30 17.71 0.42 0.49
Hex B2 68 49 0 2A 3B 1E 12 2A 31
Octal 262 150 111 0 52 73 36 22 52 61
Binary 10110010 1101000 1001001 0 101010 111011 11110 10010 101010 110001

Color Harmonies of #B26849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26849

Black with #B26849

Text Example


Text Example

White with #B26849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26849; }

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

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

background-color css

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

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

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

border-color css

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

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

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