Html Css Color HEX #B26440 Tuscany

📋 copy color: '#B26440'

red 178 ◦ green 100 ◦ blue 64

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

Shades of Tuscany #B26440

Tints of Tuscany #B26440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

 BLUE value IS 64 (25.39% from 255) = 18.71%

R = 52.05%
G = 29.24%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B26440 (or 0xB26440) is known color: Tuscany. HEX triplet: B2, 64 and 40. RGB value is (178,100,64). Sum of RGB (Red+Green+Blue) = 178+100+64=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B26440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26440 is #4D9BBF. Grayscale: #777777. Windows color (decimal): -5086144 or 4220082. OLE color: 4220082.

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

Color convert

RGB 178 100 64 -
CMYK 0 0.44 0.64 0.30
HSL 18.95º 0.47% 0.47% -
HSV(B) 18.95º 0.64% 0.7% -
XYZ 23.84 18.95 7.25 -
YUV 119.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 178 100 64 0 0.44 0.64 0.30 18.95 0.47 0.47
Hex B2 64 40 0 2C 40 1E 13 2F 2F
Octal 262 144 100 0 54 100 36 23 57 57
Binary 10110010 1100100 1000000 0 101100 1000000 11110 10011 101111 101111

Color Harmonies of #B26440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26440

Black with #B26440

Text Example


Text Example

White with #B26440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26440; }

 p { color: rgb(178,100,64); }

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

background-color css

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

 a { background-color: rgb(178,100,64); }

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

border-color css

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

 span { border-color: rgb(178,100,64); }

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