Html Css Color HEX #B86344 Tuscany

📋 copy color: '#B86344'

red 184 ◦ green 99 ◦ blue 68

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

Shades of Tuscany #B86344

Tints of Tuscany #B86344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.21%

 BLUE value IS 68 (26.95% from 255) = 19.37%

R = 52.42%
G = 28.21%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B86344 (or 0xB86344) is known color: Tuscany. HEX triplet: B8, 63 and 44. RGB value is (184,99,68). Sum of RGB (Red+Green+Blue) = 184+99+68=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B86344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86344 is #479CBB. Grayscale: #797979. Windows color (decimal): -4693180 or 4481976. OLE color: 4481976.

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

Color convert

RGB 184 99 68 -
CMYK 0 0.46 0.63 0.28
HSL 16.03º 0.46% 0.49% -
HSV(B) 16.03º 0.63% 0.72% -
XYZ 25.27 19.53 7.91 -
YUV 120.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 184 99 68 0 0.46 0.63 0.28 16.03 0.46 0.49
Hex B8 63 44 0 2E 3F 1C 10 2E 31
Octal 270 143 104 0 56 77 34 20 56 61
Binary 10111000 1100011 1000100 0 101110 111111 11100 10000 101110 110001

Color Harmonies of #B86344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86344

Black with #B86344

Text Example


Text Example

White with #B86344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86344; }

 p { color: rgb(184,99,68); }

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

background-color css

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

 a { background-color: rgb(184,99,68); }

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

border-color css

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

 span { border-color: rgb(184,99,68); }

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