Html Css Color HEX #B86341 Tuscany

📋 copy color: '#B86341'

red 184 ◦ green 99 ◦ blue 65

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

Shades of Tuscany #B86341

Tints of Tuscany #B86341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.68%

R = 52.87%
G = 28.45%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B86341 (or 0xB86341) is known color: Tuscany. HEX triplet: B8, 63 and 41. RGB value is (184,99,65). Sum of RGB (Red+Green+Blue) = 184+99+65=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B86341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86341 is #479CBE. Grayscale: #787878. Windows color (decimal): -4693183 or 4285368. OLE color: 4285368.

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

Color convert

RGB 184 99 65 -
CMYK 0 0.46 0.65 0.28
HSL 17.14º 0.48% 0.49% -
HSV(B) 17.14º 0.65% 0.72% -
XYZ 25.18 19.5 7.44 -
YUV 120.54 96.66 173.26 -
System Red Green Blue C M Y K H S L
Decimal 184 99 65 0 0.46 0.65 0.28 17.14 0.48 0.49
Hex B8 63 41 0 2E 41 1C 11 30 31
Octal 270 143 101 0 56 101 34 21 60 61
Binary 10111000 1100011 1000001 0 101110 1000001 11100 10001 110000 110001

Color Harmonies of #B86341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86341

Black with #B86341

Text Example


Text Example

White with #B86341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86341; }

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

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

background-color css

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

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

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

border-color css

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

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

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