Html Css Color HEX #B26541 Tuscany

📋 copy color: '#B26541'

red 178 ◦ green 101 ◦ blue 65

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

Shades of Tuscany #B26541

Tints of Tuscany #B26541

RGB

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

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

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

R = 51.74%
G = 29.36%
B = 18.9%

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

#B26541 (or 0xB26541) is known color: Tuscany. HEX triplet: B2, 65 and 41. RGB value is (178,101,65). Sum of RGB (Red+Green+Blue) = 178+101+65=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B26541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26541 is #4D9ABE. Grayscale: #787878. Windows color (decimal): -5085887 or 4285874. OLE color: 4285874.

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

Color convert

RGB 178 101 65 -
CMYK 0 0.43 0.63 0.30
HSL 19.12º 0.47% 0.48% -
HSV(B) 19.12º 0.63% 0.7% -
XYZ 23.97 19.15 7.43 -
YUV 119.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 178 101 65 0 0.43 0.63 0.30 19.12 0.47 0.48
Hex B2 65 41 0 2B 3F 1E 13 2F 30
Octal 262 145 101 0 53 77 36 23 57 60
Binary 10110010 1100101 1000001 0 101011 111111 11110 10011 101111 110000

Color Harmonies of #B26541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26541

Black with #B26541

Text Example


Text Example

White with #B26541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26541; }

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

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

background-color css

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

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

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

border-color css

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

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

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