Html Css Color HEX #B86240 Tuscany

📋 copy color: '#B86240'

red 184 ◦ green 98 ◦ blue 64

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

Shades of Tuscany #B86240

Tints of Tuscany #B86240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.32%

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

R = 53.18%
G = 28.32%
B = 18.5%

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

#B86240 (or 0xB86240) is known color: Tuscany. HEX triplet: B8, 62 and 40. RGB value is (184,98,64). Sum of RGB (Red+Green+Blue) = 184+98+64=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B86240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86240 is #479DBF. Grayscale: #787878. Windows color (decimal): -4693440 or 4219576. OLE color: 4219576.

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

Color convert

RGB 184 98 64 -
CMYK 0 0.47 0.65 0.28
HSL 17º 0.48% 0.49% -
HSV(B) 17º 0.65% 0.72% -
XYZ 25.06 19.3 7.25 -
YUV 119.84 96.49 173.76 -
System Red Green Blue C M Y K H S L
Decimal 184 98 64 0 0.47 0.65 0.28 17 0.48 0.49
Hex B8 62 40 0 2F 41 1C 11 30 31
Octal 270 142 100 0 57 101 34 21 60 61
Binary 10111000 1100010 1000000 0 101111 1000001 11100 10001 110000 110001

Color Harmonies of #B86240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86240

Black with #B86240

Text Example


Text Example

White with #B86240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86240; }

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

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

background-color css

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

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

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

border-color css

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

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

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