Html Css Color HEX #B26548 Tuscany

📋 copy color: '#B26548'

red 178 ◦ green 101 ◦ blue 72

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

Shades of Tuscany #B26548

Tints of Tuscany #B26548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.77%

 BLUE value IS 72 (28.52% from 255) = 20.51%

R = 50.71%
G = 28.77%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B26548 (or 0xB26548) is known color: Tuscany. HEX triplet: B2, 65 and 48. RGB value is (178,101,72). Sum of RGB (Red+Green+Blue) = 178+101+72=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B26548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26548 is #4D9AB7. Grayscale: #787878. Windows color (decimal): -5085880 or 4744626. OLE color: 4744626.

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

Color convert

RGB 178 101 72 -
CMYK 0 0.43 0.60 0.30
HSL 16.42º 0.42% 0.49% -
HSV(B) 16.42º 0.6% 0.7% -
XYZ 24.18 19.24 8.57 -
YUV 120.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 178 101 72 0 0.43 0.60 0.30 16.42 0.42 0.49
Hex B2 65 48 0 2B 3C 1E 10 2A 31
Octal 262 145 110 0 53 74 36 20 52 61
Binary 10110010 1100101 1001000 0 101011 111100 11110 10000 101010 110001

Color Harmonies of #B26548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26548

Black with #B26548

Text Example


Text Example

White with #B26548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26548; }

 p { color: rgb(178,101,72); }

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

background-color css

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

 a { background-color: rgb(178,101,72); }

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

border-color css

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

 span { border-color: rgb(178,101,72); }

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