Html Css Color HEX #B26748 Tuscany

📋 copy color: '#B26748'

red 178 ◦ green 103 ◦ blue 72

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

Shades of Tuscany #B26748

Tints of Tuscany #B26748

RGB

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

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

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

R = 50.42%
G = 29.18%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B26748 (or 0xB26748) is known color: Tuscany. HEX triplet: B2, 67 and 48. RGB value is (178,103,72). Sum of RGB (Red+Green+Blue) = 178+103+72=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B26748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26748 is #4D98B7. Grayscale: #7A7A7A. Windows color (decimal): -5085368 or 4745138. OLE color: 4745138.

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

Color convert

RGB 178 103 72 -
CMYK 0 0.42 0.60 0.30
HSL 17.55º 0.42% 0.49% -
HSV(B) 17.55º 0.6% 0.7% -
XYZ 24.38 19.63 8.64 -
YUV 121.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 178 103 72 0 0.42 0.60 0.30 17.55 0.42 0.49
Hex B2 67 48 0 2A 3C 1E 12 2A 31
Octal 262 147 110 0 52 74 36 22 52 61
Binary 10110010 1100111 1001000 0 101010 111100 11110 10010 101010 110001

Color Harmonies of #B26748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26748

Black with #B26748

Text Example


Text Example

White with #B26748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26748; }

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

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

background-color css

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

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

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

border-color css

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

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

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