Html Css Color HEX #B86140 Tuscany

📋 copy color: '#B86140'

red 184 ◦ green 97 ◦ blue 64

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

Shades of Tuscany #B86140

Tints of Tuscany #B86140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.12%

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

R = 53.33%
G = 28.12%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B86140 (or 0xB86140) is known color: Tuscany. HEX triplet: B8, 61 and 40. RGB value is (184,97,64). Sum of RGB (Red+Green+Blue) = 184+97+64=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B86140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86140 is #479EBF. Grayscale: #777777. Windows color (decimal): -4693696 or 4219320. OLE color: 4219320.

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

Color convert

RGB 184 97 64 -
CMYK 0 0.47 0.65 0.28
HSL 16.5º 0.48% 0.49% -
HSV(B) 16.5º 0.65% 0.72% -
XYZ 24.97 19.11 7.22 -
YUV 119.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 184 97 64 0 0.47 0.65 0.28 16.5 0.48 0.49
Hex B8 61 40 0 2F 41 1C 10 30 31
Octal 270 141 100 0 57 101 34 20 60 61
Binary 10111000 1100001 1000000 0 101111 1000001 11100 10000 110000 110001

Color Harmonies of #B86140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86140

Black with #B86140

Text Example


Text Example

White with #B86140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86140; }

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

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

background-color css

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

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

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

border-color css

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

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

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