Html Css Color HEX #B26843 Tuscany

📋 copy color: '#B26843'

red 178 ◦ green 104 ◦ blue 67

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

Shades of Tuscany #B26843

Tints of Tuscany #B26843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.2%

R = 51%
G = 29.8%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B26843 (or 0xB26843) is known color: Tuscany. HEX triplet: B2, 68 and 43. RGB value is (178,104,67). Sum of RGB (Red+Green+Blue) = 178+104+67=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B26843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26843 is #4D97BC. Grayscale: #7A7A7A. Windows color (decimal): -5085117 or 4417714. OLE color: 4417714.

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

Color convert

RGB 178 104 67 -
CMYK 0 0.42 0.62 0.30
HSL 20º 0.45% 0.48% -
HSV(B) 20º 0.62% 0.7% -
XYZ 24.32 19.77 7.84 -
YUV 121.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 178 104 67 0 0.42 0.62 0.30 20 0.45 0.48
Hex B2 68 43 0 2A 3E 1E 14 2D 30
Octal 262 150 103 0 52 76 36 24 55 60
Binary 10110010 1101000 1000011 0 101010 111110 11110 10100 101101 110000

Color Harmonies of #B26843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26843

Black with #B26843

Text Example


Text Example

White with #B26843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26843; }

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

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

background-color css

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

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

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

border-color css

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

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

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