Html Css Color HEX #B26643 Tuscany

📋 copy color: '#B26643'

red 178 ◦ green 102 ◦ blue 67

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

Shades of Tuscany #B26643

Tints of Tuscany #B26643

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.39%

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

R = 51.3%
G = 29.39%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B26643 (or 0xB26643) is known color: Tuscany. HEX triplet: B2, 66 and 43. RGB value is (178,102,67). Sum of RGB (Red+Green+Blue) = 178+102+67=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B26643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26643 is #4D99BC. Grayscale: #787878. Windows color (decimal): -5085629 or 4417202. OLE color: 4417202.

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

Color convert

RGB 178 102 67 -
CMYK 0 0.43 0.62 0.30
HSL 18.92º 0.45% 0.48% -
HSV(B) 18.92º 0.62% 0.7% -
XYZ 24.12 19.37 7.78 -
YUV 120.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 178 102 67 0 0.43 0.62 0.30 18.92 0.45 0.48
Hex B2 66 43 0 2B 3E 1E 13 2D 30
Octal 262 146 103 0 53 76 36 23 55 60
Binary 10110010 1100110 1000011 0 101011 111110 11110 10011 101101 110000

Color Harmonies of #B26643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26643

Black with #B26643

Text Example


Text Example

White with #B26643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26643; }

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

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

background-color css

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

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

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

border-color css

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

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

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