Html Css Color HEX #B26641 Tuscany

📋 copy color: '#B26641'

red 178 ◦ green 102 ◦ blue 65

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

Shades of Tuscany #B26641

Tints of Tuscany #B26641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.84%

R = 51.59%
G = 29.57%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B26641 (or 0xB26641) is known color: Tuscany. HEX triplet: B2, 66 and 41. RGB value is (178,102,65). Sum of RGB (Red+Green+Blue) = 178+102+65=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B26641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26641 is #4D99BE. Grayscale: #787878. Windows color (decimal): -5085631 or 4286130. OLE color: 4286130.

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

Color convert

RGB 178 102 65 -
CMYK 0 0.43 0.63 0.30
HSL 19.65º 0.47% 0.48% -
HSV(B) 19.65º 0.63% 0.7% -
XYZ 24.07 19.35 7.47 -
YUV 120.51 96.68 169.01 -
System Red Green Blue C M Y K H S L
Decimal 178 102 65 0 0.43 0.63 0.30 19.65 0.47 0.48
Hex B2 66 41 0 2B 3F 1E 14 2F 30
Octal 262 146 101 0 53 77 36 24 57 60
Binary 10110010 1100110 1000001 0 101011 111111 11110 10100 101111 110000

Color Harmonies of #B26641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26641

Black with #B26641

Text Example


Text Example

White with #B26641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26641; }

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

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

background-color css

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

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

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

border-color css

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

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

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