Html Css Color HEX #B86040 Tuscany

📋 copy color: '#B86040'

red 184 ◦ green 96 ◦ blue 64

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

Shades of Tuscany #B86040

Tints of Tuscany #B86040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

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

R = 53.49%
G = 27.91%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B86040 (or 0xB86040) is known color: Tuscany. HEX triplet: B8, 60 and 40. RGB value is (184,96,64). Sum of RGB (Red+Green+Blue) = 184+96+64=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B86040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86040 is #479FBF. Grayscale: #767676. Windows color (decimal): -4693952 or 4219064. OLE color: 4219064.

HSL color Cylindrical-coordinate representation of color #B86040: hue angle of 16º 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 #B86040 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 96 64 -
CMYK 0 0.48 0.65 0.28
HSL 16º 0.48% 0.49% -
HSV(B) 16º 0.65% 0.72% -
XYZ 24.88 18.93 7.19 -
YUV 118.66 97.15 174.6 -
System Red Green Blue C M Y K H S L
Decimal 184 96 64 0 0.48 0.65 0.28 16 0.48 0.49
Hex B8 60 40 0 30 41 1C 10 30 31
Octal 270 140 100 0 60 101 34 20 60 61
Binary 10111000 1100000 1000000 0 110000 1000001 11100 10000 110000 110001

Color Harmonies of #B86040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86040

Black with #B86040

Text Example


Text Example

White with #B86040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86040; }

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

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

background-color css

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

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

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

border-color css

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

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

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