Html Css Color HEX #B86345 Tuscany

📋 copy color: '#B86345'

red 184 ◦ green 99 ◦ blue 69

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

Shades of Tuscany #B86345

Tints of Tuscany #B86345

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.13%

 BLUE value IS 69 (27.34% from 255) = 19.6%

R = 52.27%
G = 28.13%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B86345 (or 0xB86345) is known color: Tuscany. HEX triplet: B8, 63 and 45. RGB value is (184,99,69). Sum of RGB (Red+Green+Blue) = 184+99+69=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B86345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86345 is #479CBA. Grayscale: #797979. Windows color (decimal): -4693179 or 4547512. OLE color: 4547512.

HSL color Cylindrical-coordinate representation of color #B86345: hue angle of 15.65º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B86345 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 99 69 -
CMYK 0 0.46 0.62 0.28
HSL 15.65º 0.45% 0.5% -
HSV(B) 15.65º 0.63% 0.72% -
XYZ 25.3 19.54 8.07 -
YUV 121 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 184 99 69 0 0.46 0.62 0.28 15.65 0.45 0.5
Hex B8 63 45 0 2E 3E 1C 10 2D 32
Octal 270 143 105 0 56 76 34 20 55 62
Binary 10111000 1100011 1000101 0 101110 111110 11100 10000 101101 110010

Color Harmonies of #B86345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86345

Black with #B86345

Text Example


Text Example

White with #B86345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86345; }

 p { color: rgb(184,99,69); }

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

background-color css

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

 a { background-color: rgb(184,99,69); }

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

border-color css

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

 span { border-color: rgb(184,99,69); }

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