Html Css Color HEX #B86541 Tuscany

📋 copy color: '#B86541'

red 184 ◦ green 101 ◦ blue 65

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

Shades of Tuscany #B86541

Tints of Tuscany #B86541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.86%

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

R = 52.57%
G = 28.86%
B = 18.57%

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

#B86541 (or 0xB86541) is known color: Tuscany. HEX triplet: B8, 65 and 41. RGB value is (184,101,65). Sum of RGB (Red+Green+Blue) = 184+101+65=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B86541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86541 is #479ABE. Grayscale: #797979. Windows color (decimal): -4692671 or 4285880. OLE color: 4285880.

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

Color convert

RGB 184 101 65 -
CMYK 0 0.45 0.65 0.28
HSL 18.15º 0.48% 0.49% -
HSV(B) 18.15º 0.65% 0.72% -
XYZ 25.37 19.88 7.5 -
YUV 121.71 96 172.43 -
System Red Green Blue C M Y K H S L
Decimal 184 101 65 0 0.45 0.65 0.28 18.15 0.48 0.49
Hex B8 65 41 0 2D 41 1C 12 30 31
Octal 270 145 101 0 55 101 34 22 60 61
Binary 10111000 1100101 1000001 0 101101 1000001 11100 10010 110000 110001

Color Harmonies of #B86541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86541

Black with #B86541

Text Example


Text Example

White with #B86541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86541; }

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

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

background-color css

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

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

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

border-color css

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

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

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