Html Css Color HEX #B86142 Tuscany

📋 copy color: '#B86142'

red 184 ◦ green 97 ◦ blue 66

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

Shades of Tuscany #B86142

Tints of Tuscany #B86142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

 BLUE value IS 66 (26.17% from 255) = 19.02%

R = 53.03%
G = 27.95%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B86142 (or 0xB86142) is known color: Tuscany. HEX triplet: B8, 61 and 42. RGB value is (184,97,66). Sum of RGB (Red+Green+Blue) = 184+97+66=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B86142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86142 is #479EBD. Grayscale: #777777. Windows color (decimal): -4693694 or 4350392. OLE color: 4350392.

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

Color convert

RGB 184 97 66 -
CMYK 0 0.47 0.64 0.28
HSL 15.76º 0.47% 0.49% -
HSV(B) 15.76º 0.64% 0.72% -
XYZ 25.03 19.13 7.53 -
YUV 119.48 97.82 174.02 -
System Red Green Blue C M Y K H S L
Decimal 184 97 66 0 0.47 0.64 0.28 15.76 0.47 0.49
Hex B8 61 42 0 2F 40 1C 10 2F 31
Octal 270 141 102 0 57 100 34 20 57 61
Binary 10111000 1100001 1000010 0 101111 1000000 11100 10000 101111 110001

Color Harmonies of #B86142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86142

Black with #B86142

Text Example


Text Example

White with #B86142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86142; }

 p { color: rgb(184,97,66); }

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

background-color css

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

 a { background-color: rgb(184,97,66); }

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

border-color css

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

 span { border-color: rgb(184,97,66); }

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