Html Css Color HEX #B86041 Tuscany

📋 copy color: '#B86041'

red 184 ◦ green 96 ◦ blue 65

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

Shades of Tuscany #B86041

Tints of Tuscany #B86041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

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

R = 53.33%
G = 27.83%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B86041 (or 0xB86041) is known color: Tuscany. HEX triplet: B8, 60 and 41. RGB value is (184,96,65). Sum of RGB (Red+Green+Blue) = 184+96+65=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B86041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86041 is #479FBE. Grayscale: #767676. Windows color (decimal): -4693951 or 4284600. OLE color: 4284600.

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

Color convert

RGB 184 96 65 -
CMYK 0 0.48 0.65 0.28
HSL 15.63º 0.48% 0.49% -
HSV(B) 15.63º 0.65% 0.72% -
XYZ 24.9 18.94 7.34 -
YUV 118.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 184 96 65 0 0.48 0.65 0.28 15.63 0.48 0.49
Hex B8 60 41 0 30 41 1C 10 30 31
Octal 270 140 101 0 60 101 34 20 60 61
Binary 10111000 1100000 1000001 0 110000 1000001 11100 10000 110000 110001

Color Harmonies of #B86041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86041

Black with #B86041

Text Example


Text Example

White with #B86041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86041; }

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

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

background-color css

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

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

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

border-color css

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

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

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