Html Css Color HEX #B86743 Tuscany

📋 copy color: '#B86743'

red 184 ◦ green 103 ◦ blue 67

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

Shades of Tuscany #B86743

Tints of Tuscany #B86743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.93%

R = 51.98%
G = 29.1%
B = 18.93%

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

#B86743 (or 0xB86743) is known color: Tuscany. HEX triplet: B8, 67 and 43. RGB value is (184,103,67). Sum of RGB (Red+Green+Blue) = 184+103+67=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B86743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86743 is #4798BC. Grayscale: #7B7B7B. Windows color (decimal): -4692157 or 4417464. OLE color: 4417464.

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

Color convert

RGB 184 103 67 -
CMYK 0 0.44 0.64 0.28
HSL 18.46º 0.47% 0.49% -
HSV(B) 18.46º 0.64% 0.72% -
XYZ 25.63 20.3 7.88 -
YUV 123.12 96.34 171.43 -
System Red Green Blue C M Y K H S L
Decimal 184 103 67 0 0.44 0.64 0.28 18.46 0.47 0.49
Hex B8 67 43 0 2C 40 1C 12 2F 31
Octal 270 147 103 0 54 100 34 22 57 61
Binary 10111000 1100111 1000011 0 101100 1000000 11100 10010 101111 110001

Color Harmonies of #B86743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86743

Black with #B86743

Text Example


Text Example

White with #B86743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86743; }

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

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

background-color css

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

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

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

border-color css

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

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

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