Html Css Color HEX #B86642 Tuscany

📋 copy color: '#B86642'

red 184 ◦ green 102 ◦ blue 66

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

Shades of Tuscany #B86642

Tints of Tuscany #B86642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.98%

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

R = 52.27%
G = 28.98%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B86642 (or 0xB86642) is known color: Tuscany. HEX triplet: B8, 66 and 42. RGB value is (184,102,66). Sum of RGB (Red+Green+Blue) = 184+102+66=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B86642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86642 is #4799BD. Grayscale: #7A7A7A. Windows color (decimal): -4692414 or 4351672. OLE color: 4351672.

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

Color convert

RGB 184 102 66 -
CMYK 0 0.45 0.64 0.28
HSL 18.31º 0.47% 0.49% -
HSV(B) 18.31º 0.64% 0.72% -
XYZ 25.5 20.09 7.69 -
YUV 122.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 184 102 66 0 0.45 0.64 0.28 18.31 0.47 0.49
Hex B8 66 42 0 2D 40 1C 12 2F 31
Octal 270 146 102 0 55 100 34 22 57 61
Binary 10111000 1100110 1000010 0 101101 1000000 11100 10010 101111 110001

Color Harmonies of #B86642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86642

Black with #B86642

Text Example


Text Example

White with #B86642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86642; }

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

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

background-color css

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

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

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

border-color css

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

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

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