Html Css Color HEX #B86440 Tuscany

📋 copy color: '#B86440'

red 184 ◦ green 100 ◦ blue 64

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

Shades of Tuscany #B86440

Tints of Tuscany #B86440

RGB

 RED value IS 184 (72.27% from 255) = 52.87%

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

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

R = 52.87%
G = 28.74%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B86440 (or 0xB86440) is known color: Tuscany. HEX triplet: B8, 64 and 40. RGB value is (184,100,64). Sum of RGB (Red+Green+Blue) = 184+100+64=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B86440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86440 is #479BBF. Grayscale: #797979. Windows color (decimal): -4692928 or 4220088. OLE color: 4220088.

HSL color Cylindrical-coordinate representation of color #B86440: hue angle of 18º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B86440 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 100 64 -
CMYK 0 0.46 0.65 0.28
HSL 18º 0.48% 0.49% -
HSV(B) 18º 0.65% 0.72% -
XYZ 25.25 19.67 7.32 -
YUV 121.01 95.83 172.93 -
System Red Green Blue C M Y K H S L
Decimal 184 100 64 0 0.46 0.65 0.28 18 0.48 0.49
Hex B8 64 40 0 2E 41 1C 12 30 31
Octal 270 144 100 0 56 101 34 22 60 61
Binary 10111000 1100100 1000000 0 101110 1000001 11100 10010 110000 110001

Color Harmonies of #B86440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86440

Black with #B86440

Text Example


Text Example

White with #B86440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86440; }

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

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

background-color css

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

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

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

border-color css

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

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

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