Html Css Color HEX #B86640 Tuscany

📋 copy color: '#B86640'

red 184 ◦ green 102 ◦ blue 64

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

Shades of Tuscany #B86640

Tints of Tuscany #B86640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

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

R = 52.57%
G = 29.14%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B86640 (or 0xB86640) is known color: Tuscany. HEX triplet: B8, 66 and 40. RGB value is (184,102,64). Sum of RGB (Red+Green+Blue) = 184+102+64=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B86640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86640 is #4799BF. Grayscale: #7A7A7A. Windows color (decimal): -4692416 or 4220600. OLE color: 4220600.

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

Color convert

RGB 184 102 64 -
CMYK 0 0.45 0.65 0.28
HSL 19º 0.48% 0.49% -
HSV(B) 19º 0.65% 0.72% -
XYZ 25.44 20.06 7.38 -
YUV 122.19 95.17 172.09 -
System Red Green Blue C M Y K H S L
Decimal 184 102 64 0 0.45 0.65 0.28 19 0.48 0.49
Hex B8 66 40 0 2D 41 1C 13 30 31
Octal 270 146 100 0 55 101 34 23 60 61
Binary 10111000 1100110 1000000 0 101101 1000001 11100 10011 110000 110001

Color Harmonies of #B86640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86640

Black with #B86640

Text Example


Text Example

White with #B86640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86640; }

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

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

background-color css

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

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

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

border-color css

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

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

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