Html Css Color HEX #B26341 Tuscany

📋 copy color: '#B26341'

red 178 ◦ green 99 ◦ blue 65

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

Shades of Tuscany #B26341

Tints of Tuscany #B26341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.95%

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

R = 52.05%
G = 28.95%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B26341 (or 0xB26341) is known color: Tuscany. HEX triplet: B2, 63 and 41. RGB value is (178,99,65). Sum of RGB (Red+Green+Blue) = 178+99+65=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B26341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26341 is #4D9CBE. Grayscale: #767676. Windows color (decimal): -5086399 or 4285362. OLE color: 4285362.

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

Color convert

RGB 178 99 65 -
CMYK 0 0.44 0.63 0.30
HSL 18.05º 0.47% 0.48% -
HSV(B) 18.05º 0.63% 0.7% -
XYZ 23.78 18.77 7.37 -
YUV 118.75 97.67 170.26 -
System Red Green Blue C M Y K H S L
Decimal 178 99 65 0 0.44 0.63 0.30 18.05 0.47 0.48
Hex B2 63 41 0 2C 3F 1E 12 2F 30
Octal 262 143 101 0 54 77 36 22 57 60
Binary 10110010 1100011 1000001 0 101100 111111 11110 10010 101111 110000

Color Harmonies of #B26341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26341

Black with #B26341

Text Example


Text Example

White with #B26341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26341; }

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

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

background-color css

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

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

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

border-color css

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

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

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