Html Css Color HEX #B86143 Tuscany

📋 copy color: '#B86143'

red 184 ◦ green 97 ◦ blue 67

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

Shades of Tuscany #B86143

Tints of Tuscany #B86143

RGB

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

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

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

R = 52.87%
G = 27.87%
B = 19.25%

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

#B86143 (or 0xB86143) is known color: Tuscany. HEX triplet: B8, 61 and 43. RGB value is (184,97,67). Sum of RGB (Red+Green+Blue) = 184+97+67=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B86143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86143 is #479EBC. Grayscale: #777777. Windows color (decimal): -4693693 or 4415928. OLE color: 4415928.

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

Color convert

RGB 184 97 67 -
CMYK 0 0.47 0.64 0.28
HSL 15.38º 0.47% 0.49% -
HSV(B) 15.38º 0.64% 0.72% -
XYZ 25.05 19.14 7.68 -
YUV 119.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 184 97 67 0 0.47 0.64 0.28 15.38 0.47 0.49
Hex B8 61 43 0 2F 40 1C F 2F 31
Octal 270 141 103 0 57 100 34 17 57 61
Binary 10111000 1100001 1000011 0 101111 1000000 11100 1111 101111 110001

Color Harmonies of #B86143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86143

Black with #B86143

Text Example


Text Example

White with #B86143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86143; }

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

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

background-color css

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

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

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

border-color css

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

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

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