Html Css Color HEX #B86742 Tuscany

📋 copy color: '#B86742'

red 184 ◦ green 103 ◦ blue 66

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

Shades of Tuscany #B86742

Tints of Tuscany #B86742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.18%

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

R = 52.12%
G = 29.18%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B86742 (or 0xB86742) is known color: Tuscany. HEX triplet: B8, 67 and 42. RGB value is (184,103,66). Sum of RGB (Red+Green+Blue) = 184+103+66=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B86742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86742 is #4798BD. Grayscale: #7B7B7B. Windows color (decimal): -4692158 or 4351928. OLE color: 4351928.

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

Color convert

RGB 184 103 66 -
CMYK 0 0.44 0.64 0.28
HSL 18.81º 0.47% 0.49% -
HSV(B) 18.81º 0.64% 0.72% -
XYZ 25.6 20.28 7.72 -
YUV 123 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 184 103 66 0 0.44 0.64 0.28 18.81 0.47 0.49
Hex B8 67 42 0 2C 40 1C 13 2F 31
Octal 270 147 102 0 54 100 34 23 57 61
Binary 10111000 1100111 1000010 0 101100 1000000 11100 10011 101111 110001

Color Harmonies of #B86742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86742

Black with #B86742

Text Example


Text Example

White with #B86742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86742; }

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

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

background-color css

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

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

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

border-color css

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

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

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